Skip to content
ZeroServer.tools

Unicode Escape Converter

Escape text to \uXXXX sequences and unescape them back.

Escaped Output

About Unicode escapes

A Unicode escape like é represents a character by its code unit, letting you embed any symbol in JSON, JavaScript, Java, or Python source using only ASCII. This tool escapes non-ASCII characters by default (or every character if you prefer) and, when unescaping, also understands \xXX and \u{...} code-point forms. Conversion is performed locally in your browser.

Related Encoders & Decoders tools