Hamming Code Error-Correction Calculator
Encode data bits into Hamming(7,4), Hamming(15,11), or Hamming(31,26) codes with parity at powers of two, decode received codewords via the syndrome, correct any single-bit error, and detect double-bit errors with SECDED extended Hamming. Interactive bit-flip error injection, per-parity-bit coverage display, even/odd parity mode, copy codeword, history (localStorage), and shareable URL. 100% client-side.
Encode data bits into Hamming(7,4), Hamming(15,11), or Hamming(31,26) codes with parity at powers of two, decode received codewords via the syndrome, correct any single-bit error, and detect double-bit errors with SECDED extended Hamming. Interactive bit-flip error injection, per-parity-bit coverage display, even/odd parity mode, copy codeword, history (localStorage), and shareable URL. 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.