- Home
- Encoding
- Unicode Converter
Unicode Converter
Encode text as Unicode escapes and decode them back.
The Unicode Converter encodes text as JavaScript-style Unicode escapes and decodes them back to readable characters. It is useful for inspecting strings in logs, source files and API payloads.
Mode
How to use
- Choose Encode or Decode mode.
- Paste the text or escape sequence.
- Copy the converted result.
Frequently asked questions
Which escape styles are supported?
Encode uses \uXXXX for BMP characters and \u{...} for supplementary code points; decode also accepts \xHH.
Are emoji supported?
Yes, emoji and other supplementary characters are encoded with the \u{...} form.