Text to Unicode

Convert text to Unicode code points (U+XXXX) and vice versa. Inspect every character in a string.

Frequently Asked Questions

A Unicode code point is a unique number assigned to every character in the Unicode standard, written as U+ followed by four to six hexadecimal digits (e.g., U+0041 for 'A'). Unicode covers over 149,000 characters across 161 scripts.
In Unicode → Text mode, enter code points separated by spaces in formats like U+0041, 0x0041, or just the hex value 0041. The converter decodes each code point back into the corresponding character.
Unicode is a character set that assigns a number (code point) to every character. UTF-8 is an encoding scheme that converts those code points into bytes for storage and transmission. UTF-8 is the most common encoding on the web.