Odd Parity of 1010100
How to calculate odd parity bit of binary number 1010100?
Step 1: Gather your Data
Collect the data bits that you want to include in your message. The binary number 1010100 consists of 7 (seven) bit data sequence.
Step 2: Count the Number of 1s
Count the number of 1s in your data sequence. In our example, there are 3 (three) 1s.
Step 3: Determine Parity
Determine whether the number of 1s in your bits is odd or even. Since we have three 1s in example with 1010100, which is an odd number, we need to set the parity bit to 0, because the number of 1s is already odd .
Step 4: Append the Parity Bit
Append the parity bit (0) to the end of your number.
The resulting message becomes: 10101000.
Odd Parity Calculator
Other examples of Odd Parity