Hexadecimal bytes and text
Each pair of hex digits represents one byte. For example, A is 41 in ASCII and UTF-8, while the word Hi is 48 69. UTF-8 symbols and emoji may need multiple byte pairs.
Convert words, symbols, and emoji into UTF-8 hexadecimal bytes.
EncodeLab 45 6e 63 6f 64 65 4c 61 62 Each pair of hex digits represents one byte. For example, A is 41 in ASCII and UTF-8, while the word Hi is 48 69. UTF-8 symbols and emoji may need multiple byte pairs.
This tool displays byte pairs with spaces for readability. The bytes keep the same value without spaces; when sharing individual values, 0x41 is another common way to write hex 41.
Text to Hex Converter writes one or more UTF-8 bytes for each character. Hex to Decimal works with one whole number, so FF means 255 there; it does not mean the text character FF.
This converter uses UTF-8.
No. EncodeLab performs this conversion locally in your browser. Your input is not sent to an EncodeLab server or stored by us.
No. Hexadecimal is a number notation; ASCII is a character encoding. This tool displays UTF-8 bytes in hex.
The displayed result uses spaces for readability; you can remove them without changing the underlying bytes.