Decode Hex Dumps and Debug Logs
Decode hexadecimal values from crash reports, memory dumps, and debug logs into readable decimal.
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.
Cara ia berfungsi
Mengapa alat kami?
Also check outβ¦
Convert Numbers for Programming
Convert between binary, octal, decimal, and hex wh
Convert Numbers for Networking
Convert subnet masks, port numbers, and IP address
Number Systems for Computer Science
Learn and verify binary, octal, hex conversions β
Inspect Bit Patterns and Flags
Convert numbers to binary to inspect individual bi
