Calculate BCC (XOR) checksums from ASCII text or hexadecimal byte sequences
Enter data above to calculate the checksum.
BCC is a simple error-detection method used in serial protocols (e.g., LRC in Modbus ASCII). The checksum byte is the result of XORing every data byte together.
Each bit in the result is 1 if the corresponding bits in the two operands differ. XORing all bytes together produces a single byte that changes whenever any input byte changes.
Enter bytes in any format: continuous (F6A30D), space-separated (F6 A3 0D), comma-separated (F6, A3, 0D), 0x-prefixed (0xF6 0xA3 0x0D), or concatenated 0x (0xF60xA30x0D). All formats and mixed separators are accepted.
We use cookies
We use Google Analytics to understand how visitors use this site. No personal data is sold or shared with third parties. Privacy Policy