- Home
- Encoding
- Hex String Converter
Hex String Converter
Convert text to hexadecimal bytes and decode them back.
The Hex String Converter encodes UTF-8 text as hexadecimal byte pairs and decodes hex back to readable text. It is useful for inspecting binary payloads and protocol data.
Mode
How to use
- Choose Encode or Decode mode.
- Enter text or hex bytes separated by spaces.
- Copy the converted result.
Frequently asked questions
Can I paste hex without spaces?
Yes, spaces and commas are ignored when decoding.
Does encoding support non-ASCII text?
Yes, text is encoded as UTF-8 bytes.