Unicode Converter — Free Online
Convert text to Unicode escape sequences (\uXXXX), HTML numeric entities (XXX;), or U+XXXX code points, and back.
Input Text
Frequently Asked Questions
Q. What is a Unicode escape sequence?
A Unicode escape sequence represents a character as \uXXXX where XXXX is the hex code point.
Q. What formats does the tool support?
JavaScript/JSON \uXXXX, HTML XXX; (decimal), HTML XXXX; (hex), and U+XXXX code points.
Q. Can I convert back from Unicode to text?
Yes. The tool supports both encoding (text → unicode) and decoding (unicode → text).