Hex Decoder

Paste a hex string and instantly decode it back to plain text or view the raw byte values.

Hex Input

Output Mode

Stats

Input bytes 0
Output chars 0

Decoded Output

Common Hex → ASCII

0x20Space
0x41A
0x61a
0x300
0x5AZ
0x7Az
0x0ALF
0x0DCR
0x00NUL

Summary

Paste a hex string and instantly decode it back to plain text or view the raw byte values.

How it works

  1. Paste or type a hexadecimal string into the input area.
  2. The tool strips common prefixes (0x, \x) and separators automatically.
  3. Each pair of hex digits is converted to its byte value.
  4. The bytes are decoded as UTF-8 text and displayed in the output area.
  5. Switch to Byte Grid view to inspect each byte value individually.
  6. Click "Copy Output" to copy the decoded result to your clipboard.

Use cases

  • Decode hex-encoded strings found in debug logs or network traces.
  • Reverse hex payloads captured from binary protocols.
  • Inspect raw byte content from memory dumps or packet captures.
  • Decode hex literals embedded in source code or SQL.
  • Verify the byte-level content of encoded Unicode strings.
  • Convert hex color values or magic byte signatures to readable form.
  • Cross-check output from the companion Hex Encoder tool.

Frequently Asked Questions

Last updated: 2026-07-01 · Reviewed by Nham Vu