CRC-32 Checksum Generator

Compute a CRC-32 checksum from any text — hex and decimal, in your browser.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

CRC-32 checksum generator

Paste any text and instantly get its CRC-32 checksum in both hexadecimal and unsigned decimal. The value updates as you type.

This tool uses the standard IEEE 802.3 polynomial (0xEDB88820) — the same CRC-32 used by zip, gzip, and PNG — so the result matches those formats and common CRC-32 libraries. Everything is computed in pure JavaScript in your browser; nothing is uploaded.

CRC-32 is an error-detection checksum, not a cryptographic hash. Use it to spot accidental corruption, but never for security — use SHA-256 when integrity against tampering matters.

Ad placeholder (rectangle)