Characters
15
Development
Encode text into Unicode escape sequences or decode escaped Unicode back into readable text.
Encode text as Unicode escapes or decode escape sequences back to text.
Keep standard ASCII characters readable.
Use A–F instead of a–f in escape values.
Encode astral code points as \\u{XXXXX}.
Characters
15
Escapes
2
Lines
1
Hello, Espa\u00F1a \u{1F680}Convert text using standard Unicode escape notation, braced code points or UTF-16 surrogate pairs. All processing happens locally in your browser.
About this tool
Convert normal text into Unicode escape sequences or decode Unicode escapes back into readable text entirely in your browser.
Features
Frequently asked questions
The tool supports classic \uXXXX escapes, braced \u{XXXXX} escapes and UTF-16 surrogate pairs.
Yes. Emoji and every valid Unicode code point are correctly encoded and decoded.
No. Everything is processed locally inside your browser.
Related tools