Most significant bit
|
Missing image
Msb.JPG
Msb.JPG
In computing, the most significant bit (MSB) is the bit position in a binary number having the greatest value. The MSB is sometimes referred to as the left-most bit.
In referencing specific bits within a binary number, each bit is assigned a bit number, ranging from zero to n (depending on the number of bits in the number.) The phrase bit zero may refer to either the least significant bit (LSB) or the MSB, depending on the endianness.
By extension, the most significant bits (plural) are the bits of the number closest to, and including, the MSB.
MSB can also stand for "most significant byte".