Skip to main content
Tools Encode / Decode
U+

Unicode Escape

v1.0 · Everything below stays in your browser

Escape non-ASCII characters to \uXXXX sequences, or decode escape sequences back to text.

Runs entirely in your browser · Your input is never transmitted

INPUT
0 BReady
OUTPUT
OK

How to use

  1. Paste text with Unicode characters.
  2. Pick Escape or Unescape.
  3. Copy the result.

Frequently asked

When do I need this?

For JSON files that must be pure ASCII, for logs where you need stable byte representation, or when embedding strings in tools that can't handle Unicode literally.