Toolora

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

  1. Choose Encode or Decode mode.
  2. Paste the text or escape sequence.
  3. 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.