Toolora

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

  1. Choose Encode or Decode mode.
  2. Enter text or hex bytes separated by spaces.
  3. 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.