Hex Encoder & Decoder
Convert text to hexadecimal and back — great for debugging binary data.
Example
Input: Hello
Hex (space): 48 65 6C 6C 6F
Hex (no separator): 48656C6C6F
How to Use
- Choose Text → Hex to encode text as hexadecimal bytes, or Hex → Text to decode hex back to text.
- When encoding, pick an output format from the Format dropdown: space-separated, no separator, colon-separated, or 0x-prefixed.
- Paste your input into the text area. The result appears instantly below.
- Click Copy to copy the result to the clipboard, or Clear to reset.
Frequently Asked Questions
Related Tools
Encoding & ConversionBase64 Encoder / Decoder
Encode or decode Base64 strings instantly — client-side, no data sent to any server.
Encoding & ConversionURL Encoder & DecoderPercent-encode or decode full URLs and individual query-string components — live, client-side.
Encoding & ConversionHTML Entity Encoder / DecoderConvert special characters to HTML entities and back.