Most Significant Bit (msb) – (Glossary Entry)

In the binary number system, the left most bit (the bit with the highest weighting) is known as the most significant bit (msb). For example:

10000101 msb = 1
01000101 msb = 0
0100 msb = 0
1101 msb = 1

For a signed binary number, the msb also indicates the sign (1 for negative).