🔢
🐛

Decode Hex Dumps and Debug Logs

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

Sin necesidad de registro
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.

Cómo funciona

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

¿Por qué usar el nuestro?

Completamente gratis — sin costes ocultos, nunca
Sin cuenta, correo ni registro requerido
Los archivos nunca salen de tu dispositivo
Sin límite de tamaño de archivo en absoluto
Sin marcas de agua en ningún resultado

Also check out…

Preguntas frecuentes