Internet Checksum Calculator

Enter hexadecimal data to compute its RFC 1071 Internet checksum.

How to use

  1. Enter your values in the fields above.
  2. Press Calculate to see your result instantly.
  3. Use the Share button to copy a link to your result.

About this calculator

This calculator computes the Internet checksum defined in RFC 1071: split the data into 16-bit words, sum them using one's-complement arithmetic (any carry out of the top bit wraps back into the sum), then take the one's complement of the final result. It's a lightweight error-detection code, not a cryptographic hash.

This exact algorithm is what protects the header of every IPv4, TCP and UDP packet on the internet — the receiving side recomputes the checksum and drops the packet if it doesn't match, catching transmission errors introduced anywhere along the path.

Was this helpful?

Comments (0)

  • Be the first to comment.

Popular calculators

All Calculators