FreeDev Tools

CRC32 Calculator

Calculate CRC32 checksums (IEEE 802.3, the ZIP/PNG polynomial) from text.

Runs locally in your browser. Your input is not uploaded.

How to Use

  1. 1

    Paste your text

    The whole input is checksummed by default.

  2. 2

    Optionally split by line

    Tick the per-line option for individual checksums.

  3. 3

    Copy hex or decimal

    Both forms of the CRC32 are shown.

Frequently Asked Questions

A 32-bit cyclic redundancy check using the IEEE 802.3 polynomial — the same checksum inside ZIP archives, PNG images, and Ethernet frames. It detects accidental corruption extremely well.