Unicode Converter
Converts text to its Unicode code points (like "U+0068 U+0069"), or converts code points back to text — the direction is detected automatically. Runs entirely in your browser — nothing is sent to a server.
Converts text to its Unicode code points (like "U+0068 U+0069"), or converts code points back to text — the direction is detected automatically. Runs entirely in your browser — nothing is sent to a server.
Use cases
- Looking up the Unicode code point for a character
- Converting a list of code points back into readable text
Examples
The word 'hi'
hi
U+0068 U+0069
FAQ
Is my data sent to a server?
No — this tool runs entirely in your browser.