Hex to Text Converter

Text to hex bytes, or hex back to text. UTF-8 aware, both directions.

Frequently asked questions

How do I convert text to hex?

Type your text and press 'Text → Hex'. Each byte (UTF-8 encoded) is shown as a two-digit hex value, space separated, so emoji and accented characters convert correctly.

How do I decode hex back to text?

Paste the hex (spaces, 0x prefixes and other separators are ignored) and press 'Hex → Text'. The bytes are decoded as UTF-8.

Does it handle non-ASCII characters?

Yes, it uses UTF-8 encoding, so multi-byte characters round-trip correctly in both directions.