Skip to content
ZeroServer.tools

Text to Unicode Codepoints

Convert text to Unicode code points (U+XXXX) and back — hex, decimal, and escape formats.

U+0048 U+0065 U+006C U+006C U+006F U+002C U+0020 U+0057 U+006F U+0072 U+006C U+0064 U+0021 U+0020 U+1F30D

How Unicode code points work

Every character in Unicode is assigned a unique integer called a code point. For example, the letter "A" is U+0041, the euro sign "€" is U+20AC, and the rocket emoji "🚀" is U+1F680. Code points are written in hexadecimal with a U+ prefix, but can also be expressed as decimals or as escape sequences like A (for BMP characters) or \u{1F680} (for characters above U+FFFF).

For per-character Unicode details, see Unicode Character Info. To escape JSON strings, try JSON Escape / Unescape.

Private & free — this tool runs entirely in your browser.

Related Text Tools tools