Unicode Escape / Unescape

Convert non-ASCII characters to \uXXXX escape sequences and back, in your browser.

How to use Unicode Escape / Unescape

  1. Type or paste your text.
  2. Click Escape or Unescape.
  3. Copy the result from the output box.

Unicode Escape / Unescape

Escaping turns characters outside the printable ASCII range into \uXXXX sequences used in JSON, JavaScript and Java strings; unescaping reverses it. Everything runs locally in your browser, so your text is never uploaded.

Is my text uploaded?
No. The conversion runs entirely in your browser using JavaScript.
Is there a size limit?
Only your device's memory; there are no server-side limits.

Related tools