Parity bits are extra bits at the MSB position of a number to produce an odd or even number of 1s. They’re used for error checking when information is being transmitted.

For instance, in ASCII transmission, the byte may be checked by the receiver — if the number of bits is not even, then one bit has changed its value during transmission.