Unicode Converter
Convert text to Unicode escape sequences and decode Unicode back to readable text
Character Analysis
Characters:0
Unique:0
Unicode:0
ASCII:0
Unicode Preview
No text
Usage Guide
\uXXXX Format: JavaScript/C-style Unicode escape sequences
Example: Hello → \u0048\u0065\u006c\u006c\u006f
Example: Hello → \u0048\u0065\u006c\u006c\u006f
U+XXXX Format: Unicode code point notation
Example: Hello → U+0048 U+0065 U+006C U+006C U+006F
Example: Hello → U+0048 U+0065 U+006C U+006C U+006F
&#XXXX; Format: HTML/XML numeric character references
Example: Hello → Hello
Example: Hello → Hello
Decode Mode: Convert any of the above formats back to readable text