Skip to content

Unicode converter

Convert characters to code points, HTML entities, CSS and JavaScript escapes and UTF-8 bytes—or turn codes back into characters.

Accepted input

Type or paste characters, or codes in any of these forms, separated by spaces or commas: U+20AC, 0x20AC, 20AC (in “codes” mode), €, €, €, \u20AC or \u{1F600}. Auto-detect treats input as codes only when every item looks like a code.

Why several formats?

The same character is written differently depending on where it goes: HTML needs &#x…; or a named entity, CSS content uses a backslash escape, JavaScript and JSON use \u escapes, and files and URLs store UTF-8 bytes.