PRIVATE ENCODING TOOLBOX
Unicode Converter
Convert Unicode escapes and readable text.
Encoding changes representation, not meaning or security. Results are generated locally and are not encryption.
U+
Unicode
Convert Unicode escapes and readable text.
Enable JavaScript to use this interactive local tool. The guide below remains available without JavaScript.
Customize
QUICK GUIDE
How to convert Unicode escapes
Unicode escapes such as \u4F60 are commonly found in source code, JSON, and logs. Decode them into readable characters or encode text as explicit code-point escapes.
Local processing
Nothing you enter or upload is sent to a server, saved, or shared.
Nothing you enter or upload is sent to a server, saved, or shared.
Use it in three steps
- Choose Escape to text or Text to escapes.
- Paste the source value.
- Review and copy the converted text.
Practical example
Example\u4F60\u597D → 你好
Format limitsThe decoder recognizes \uXXXX and \u{X...} notation. Other programming-language escape rules are not evaluated.
Common errorsEach escape must contain a valid hexadecimal Unicode value.
Frequently asked questions
Does this translate languages?
No. It only changes character notation.
Are emoji supported?
Yes. Supplementary code points use brace notation when encoded.
Will it execute code?
No. It only replaces Unicode escape sequences.