Text to Unicode Codepoints
Convert text to Unicode code points (U+XXXX) and back — hex, decimal, and escape formats.
U+0048 U+0065 U+006C U+006C U+006F U+002C U+0020 U+0057 U+006F U+0072 U+006C U+0064 U+0021 U+0020 U+1F30D
How Unicode code points work
Every character in Unicode is assigned a unique integer called a code point. For example, the letter "A" is U+0041, the euro sign "€" is U+20AC, and the rocket emoji "🚀" is U+1F680. Code points are written in hexadecimal with a U+ prefix, but can also be expressed as decimals or as escape sequences like A (for BMP characters) or \u{1F680} (for characters above U+FFFF).
For per-character Unicode details, see Unicode Character Info. To escape JSON strings, try JSON Escape / Unescape.
Private & free — this tool runs entirely in your browser.
Related Text Tools tools
Case Converter
Convert between Sentence, Title, camelCase, snake_case, and more.
Word Counter
Count words, characters, and analyze keyword density.
Text to Binary
Convert text into its 8-bit binary representation.
Binary to Text
Decode 8-bit binary back into readable text.
Text Reverser
Reverse text by characters, words, or lines.
Remove Duplicate Lines
Delete repeated lines and keep your list unique.
Remove Empty Lines
Strip blank and whitespace-only lines from text.
Sort Lines Alphabetically
Sort lines A–Z or Z–A, case-sensitive or not.