Text to Hex

Convert readable text into hexadecimal UTF-8 bytes.

Hexadecimal
UTF-8 Space separated

Ready

How to convert text to hex

Example EncodeLab Converted instantly in your browser
  1. Text is encoded into UTF-8 bytes by your browser.
  2. Each byte becomes two hexadecimal digits from 00 through FF.
  3. Spaces keep each byte visually separate without changing its value.

More encoding tools

Frequently asked questions

What encoding is used?

This converter uses UTF-8.

Is my input uploaded?

No. EncodeLab performs this conversion locally in your browser. Your input is not sent to an EncodeLab server or stored by us.

Is hexadecimal the same as ASCII?

No. Hexadecimal is a number notation; ASCII is a character encoding. This tool displays UTF-8 bytes in hex.

Can I copy hex without spaces?

The displayed result uses spaces for readability; you can remove them without changing the underlying bytes.