Calculate System V checksums
Calculate a System V style checksum from text. The algorithm sums bytes, folds the total into 16 bits, and returns the result.
System V checksums mostly appear in legacy Unix compatibility cases. They are not interchangeable with BSD sum output, CRC-16, or CRC-32.
Comparing command output
Some Unix tools print System V checksums as decimal values with block counts. This calculator shows the checksum itself in fixed-width hexadecimal.