Skip to main content

Unicode Converter

Convert text to Unicode escapes, code points, HTML entities and UTF-8 hex. Runs in your browser — nothing is sent to a server.

Quick examples:

Specifications

Accepts
Text — type or paste
Gives you
copy to clipboard
Where it runs
Your browser — the file is never uploaded
Sign-up
None
Cost
Free, with no usage limits

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.

Related guide

What Is Unicode and UTF-8? A Plain-English Guide Background reading on this page's topic