Cyclic Redundancy Checksum (CRC) calculations
CRC-16 and CRC-32 are very popular checksum methods, used in many protocols and in data storage. They are much safer than simple adding or xoring, but they take longer time to calculate.
Characters to calculate CRC of:
Result:
| CRC-8 |
- |
| CRC-ARC |
- |
| CRC-16 |
- |
| FCS-16 |
- |
| CRC/FCS-32 |
- |
Due to execution time in JavaScript, max 10240 characters are allowed.
WARNING! Your web browser does not support JavaScript or is outdated.