Unicode Encoder/Decoder

Convert text to Unicode escape sequences and back in multiple formats

All processing happens in your browser. No data is uploaded.
Offline Ready

Unicode Encoder/Decoder

Convert text to Unicode escape sequences and back in multiple formats

🔒All processing happens in your browser. No data is uploaded.
Format
\uXXXX (JavaScript)
Hello World!

Supported escape formats:

  • \uXXXX JavaScript/ES6 Unicode escape
  • &#xXXXX; HTML hexadecimal numeric character reference
  • &#NNNNN; HTML decimal numeric character reference
  • U+XXXX Standard Unicode code point notation