Unicode Escape / Unescape
TransformConvert text to Unicode escape sequences and decode them back with flexible formatting options.
Input Length 0
Output Length 0
How it works
Escape formats: Use \uXXXX for UTF-16 code units or \u{XXXX} for full code points.
Selective escaping: Keep ASCII characters readable while escaping non-ASCII text.
Bidirectional: Decode escaped sequences back to human-readable text.
100% local: All conversions run in your browser for privacy.