Hexadecimal Encoder & Decoder
Convert strings to hexadecimal byte format or decode hex back to text.
Processed locally in your browser — nothing is uploaded.
How to Use
- Enter text or hex string.
- Click Encode or Decode.
- Copy the result.
FAQ
What is hexadecimal encoding?
Hexadecimal uses base-16 digits (0-9, a-f) to represent each byte of text as two characters.