Glossary
Most Significant Bit
by Frank Zickert
The most significant bit (MSB) is the bit in a binary number with the highest place value—it represents the largest power of two. In an 8-bit number, it’s the leftmost bit. For signed integers, the MSB often indicates the sign: 0 for positive and 1 for negative (in two’s complement representation).