Skip to content
Convertto

Unicode Escape Converter

Convert characters to \u escape sequences and back — for JSON, JavaScript and source code.

To escape Unicode characters, paste text and every non-ASCII character becomes a numeric escape sequence. Choose the style your language expects — \u00e9 for JavaScript and JSON, \u{1f389} for ES6, \0000e9 for CSS, or numeric HTML entities.

Runs in your browser
Privacy
Runs entirely in your browser — nothing is uploaded
Cost
Free, unlimited, no sign-up

Frequently asked questions

Why do some characters need two escapes?

Because \u only addresses the first 65,536 code points. Anything above that — most emoji and many rarer scripts — needs a surrogate pair of two \u escapes, or the newer \u{...} form which takes the code point directly.

How to use the unicode escape converter

  1. 1Enter or paste your text or escapes.
  2. 2Choose the direction.
  3. 3Choose the escape style.
  4. 4The result appears immediately — copy or download it.

Embed this tool

Put the working unicode escape converter on your own site. It runs in your visitors' browsers exactly as it does here — free, no account, nothing uploaded.

Share this tool

Last updated

More encoders & decoders