0

Encoded

CRC32

About CRC32

CRC32 is an error-detection method that generates a 32-bit check value from data of any length. It is used in file transfers, compressed formats, and similar contexts to check whether data has been corrupted.

In DenCode, the entered text is treated as a byte sequence in the selected character encoding, and the CRC32 value is displayed in hexadecimal.

For example, the CRC32 of "Hello, world!" is as follows.

ebe6c6e6

CRC32 characteristics

CRC32 is suited to detecting accidental data corruption. However, because it is not a cryptographic hash function, it is not suitable for uses that require security against tampering.

CRC32 always generates the same value from the same input. When the input changes, the output value also changes. However, the original input data cannot be restored from the CRC32 value.

InputCRC32
Hello, world!ebe6c6e6
Hello, world?11e9fb85