This Hamming codeword checker was made after learning about it in a Computer Architecture lecture. It showcases my ability to understand bitwise operations and translate lengthy procedures into algorithms.

I encourage you to look at the source code.

Enter the a hamming codeword (like 011100101010) and hit “Validate”. The checker will step through the codeword and determine whether or not it’s valid.

Enter your codeword: