Convert unicode escape sequences (\uXXXX) to readable text, or encode text to unicode escapes for JavaScript, CSS, HTML, and Python
Paste unicode escape sequences or text
Enter unicode escape sequences like \u0048\u0065\u006C\u006C\u006F to decode, or plain text to encode.
Click Unescape to decode or Escape to encode
Click Unescape to convert escape sequences to readable text, or Escape to convert text to unicode escapes.
Copy the decoded or encoded result
Click the Copy button to copy the converted text to your clipboard.
Paste your unicode escape sequences (like \u0048\u0065\u006C\u006C\u006F) into the input field and click 'Unescape' to convert them back to readable text. The tool automatically detects JavaScript, CSS, HTML, and Python escape formats.
Yes, this unicode escape decoder is completely free with no limitations. Convert as much text as you need without any registration or restrictions.
Yes, all unicode escape decoding happens locally in your browser. Your text is never sent to any server, making it safe to decode content containing any language or script.
The tool decodes JavaScript/JSON style (\uXXXX), HTML entities (&#xXXXX; and &#NNNN;), CSS format (\XXXXXX), and Python style (\uXXXX or \UXXXXXXXX). It automatically detects and converts all formats to readable text.
Enter your text in the input field, select your preferred format (JavaScript, CSS, HTML, or Python), and click 'Escape' to convert characters to their unicode escape representations.