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
Byte grid will appear here…
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
- Paste or type a hexadecimal string into the input area.
- The tool strips common prefixes (0x, \x) and separators automatically.
- Each pair of hex digits is converted to its byte value.
- The bytes are decoded as UTF-8 text and displayed in the output area.
- Switch to Byte Grid view to inspect each byte value individually.
- 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
Related tools
Last updated: 2026-05-23 ·
Reviewed by Nham Vu