Unicode Converter
Convert text to Unicode escapes, code points, HTML entities and UTF-8 hex.
Advertisement
Quick examples:
Advertisement
About Unicode Conversion
- Text → Unicode: Each character is converted to the selected escape format. Choose between JS (
\uXXXX), ES6 (\u{XXXXX}), Python, CSS, or HTML entity formats. - Non-ASCII only mode keeps ASCII characters (0–127) as-is and only escapes extended characters.
- Unicode → Text: Paste any mix of escape sequences and they are decoded back to readable text automatically.
- The character breakdown table shows code points, UTF-8 byte sequences, and HTML entities for every character.
All conversion runs in your browser using standard JavaScript string APIs — no data is sent to any server.