πŸ”’
πŸ›

Decode Hex Dumps and Debug Logs

Decode hexadecimal values from crash reports, memory dumps, and debug logs into readable decimal.

No login required
Input base:

Quick values

Debugging tips

πŸ›

Crash logs often show memory addresses and error codes in hex (e.g. 0xC000005 β€” access violation on Windows). Convert to decimal to look up error codes.

πŸ’‘

HTTP status codes in hex: 0x190 = 400, 0x194 = 404, 0x1F4 = 500. Useful when reading raw network traces or HAR files.

πŸ”’

The grouped binary display makes it easy to see which bits are set in a bitmask error code β€” each group of 4 corresponds to one hex digit.

πŸ“‹

Paste a hex value with or without the 0x prefix β€” the converter strips it automatically and shows all equivalent representations at once.

How It Works

1
Enter
Enter your data into the tool above. Everything stays local to your browser.
2
Process
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
Download
Get your result instantly. Nothing is stored after you leave the page β€” complete privacy.

Why use ours?

βœ“Completely free β€” no hidden costs, ever
βœ“No account, email, or login required
βœ“Files never leave your device
βœ“No file size limits whatsoever
βœ“No watermarks on any output

Also check out…

Frequently Asked Questions