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
Paste your text
The whole input is checksummed by default.
- 2
Optionally split by line
Tick the per-line option for individual checksums.
- 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.
Related Tools
Password Strength CheckerCheck password strength and crack time estimateAES EncryptionEncrypt and decrypt text with AES-256 in your browserTOTP / 2FA GeneratorGenerate TOTP codes from a secret key (Google Authenticator compatible)SHA-256 GeneratorGenerate SHA-256 hashes from any textMD5 GeneratorGenerate MD5 hashes for checksums and fingerprintingSalt GeneratorGenerate cryptographic salt values for password hashingJWT BuilderBuild and sign JWT tokens with a custom payload and secretXOR CipherEncrypt or decrypt text with a XOR key