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.