CRC32 Checksum Calculator

Calculate a CRC32 checksum for text and show it as hex, decimal and signed 32-bit values.

-CRC32 hex

-Unsigned decimal

-Bytes

For beginners: how to read the result

Start with the first cardIt gives the direct answer for the current mode before the longer output text.

Use the output boxCopy the exact converted value, table, header or parsed data from the output area.

Keep sensitive data localThe calculator runs in your browser, but you should still avoid secrets that your policy forbids in tools.

Paste your value, choose the mode if the calculator has one, and use the first result card as the direct answer. The longer output area is designed for copying into code, documentation, API tests or a spreadsheet.

What the result means

CRC32 is useful for quick integrity checks and examples where a lightweight non-cryptographic checksum is expected.

What is not included

CRC32 is not a security hash and should not be used to protect passwords, signatures or tamper-sensitive data.

Privacy note

The interactive calculation runs in your browser. The page still should not be used with passwords, tokens or personal data that your own rules do not allow in browser tools.