Skip to main content

Unicode Escape Converter

v1.0.2

Convert between \uXXXX, HTML entities (&#x;), decimal entities (&#;), and literal characters.

Converts between raw Unicode characters and escape sequences — \uXXXX (JavaScript), HTML entities (&#x;), decimal entities (&#;) — and back, useful for JSON and source code escaping.

How to use
  • Paste text with Unicode characters to convert them to escape sequences.
  • Select the output format: \uXXXX for JavaScript/JSON, &#x; for HTML hex, or &#; for HTML decimal.
  • Use Decode to convert escape sequences back to readable characters.
Input
Output Format
Output
Enter text or escaped sequences to convert…