BinaryCon Binary Converter

Hex → Unicode

Result

Hex → Unicode

Convert hex code points to Unicode characters.

Example: 4F

Definition: Interprets hexadecimal code points and returns the corresponding Unicode character(s).

Conversion formula

Hex → Unicode code point:
Parse the hex value as an integer code point, then map to the corresponding Unicode character.

Example: 0041 → code point 65 → 'A'