MSB
Updated Feb 15, 2026
Alias: Most Significant BitAlias: Sign Bit
Definition
MSB: The most significant bit, the bit that has the most value in a binary value.
In twos complement, this bit is 1 when the number is negative and 0 otherwise. As such, it is sometimes called the "sign bit".