Calculate CRC-16/CCITT-FALSE
Calculate CRC-16/CCITT-FALSE from text. The output is a 4-character hexadecimal checksum.
CRC-16 names are easy to mix up. This profile uses polynomial 0x1021, initial value 0xFFFF, no reflected input or output, and final XOR 0x0000.
Compare exact profiles
If another system says only CRC-16, confirm the full profile before comparing values. XMODEM, KERMIT, MODBUS, ARC, and CCITT-FALSE can all produce different results for the same text.