Skip to content
Free Online Tools
All Tools Text Tools Developer Tools Generators Converters Calculators Data & Converters Web & Design Encoders & Ciphers Networking Games About Blog News

Unicode Escape / Unescape

Encoders & Ciphers 100% in-browser

Convert characters to \uXXXX escape sequences and back.

How to use the Unicode Escape / Unescape

  1. 1 Enter text, or paste escaped text to decode.
  2. 2 Choose Escape or Unescape.
  3. 3 Copy the result.

About the Unicode Escape / Unescape

Unicode escape sequences represent characters using their code point in hex. They appear in JSON, JavaScript, Java and other languages when non-ASCII characters need an ASCII-only representation.

This tool escapes and unescapes those sequences in your browser.

Frequently asked questions

What format does it use?

JavaScript and JSON style sequences, with surrogate pairs for characters beyond the basic plane.

Does it escape everything?

It escapes non-ASCII characters and leaves plain ASCII readable.

Related tools

Text to Hex Converter Convert text to hex bytes and decode hex back to readable text.
HTML Entity Encode / Decode Escape text to HTML entities, or decode entities back to characters.
URL Encode / Decode Percent-encode text for safe use in URLs, or decode an encoded URL back to readable text.

More from us

Recently used