Calculate the CRC32 checksum of any text online, as a decimal and hex value, in your browser.
Compute the CRC32 checksum of any text and see it as both a decimal integer and an 8-digit hex value. CRC32 is a fast error-detection code used in ZIP files, PNG images and network frames.
It is a checksum, designed to catch accidental data corruption — not a cryptographic hash. Do not use it for security.
Tools differ: some expect the unsigned decimal, others the zero-padded hex. We show both so you can match whichever you need.