CRC32 Checksum Generator

Compute a CRC32 checksum of any text.

CRC32 (hex)
CRC32 (decimal)

Table-based CRC32 (IEEE 802.3) computed locally on the UTF-8 bytes of your text.

Free CRC32 checksum generator. Compute the CRC32 (IEEE 802.3) checksum of any text and get both hex and decimal output, live as you type. Uses a table-based algorithm running in your browser.

How to use the CRC32 Checksum Generator

  1. 01Type or paste your text.
  2. 02The CRC32 checksum is computed instantly.
  3. 03Copy the 8-digit hex value or the decimal value.

Frequently asked questions

What is CRC32 used for?

CRC32 is a fast error-detecting checksum used in ZIP archives, PNG files, Ethernet and many network protocols. It detects accidental data corruption but is not a cryptographic hash.

Which polynomial does this use?

It uses the standard IEEE 802.3 reflected polynomial (0xEDB88320) with a precomputed lookup table — the same variant used by ZIP and PNG.