BinaryCon Binary Converter

Unicode → Hex

Result

Unicode → Hex

Convert Unicode characters to hexadecimal code points (U+XXXX).

Example:

Definition: Returns the Unicode code point(s) for the input characters in hex prefixed with U+.

Conversion formula

Unicode → Hex (code point):
Get the code point (integer) of the character and convert to hexadecimal.

Example:
Character: 'A' → code point 65 → hex 0x41
Character: '€' → code point 8364 → hex 0x20AC