Two's Complement

Home > Mathematics > Number systems > Negative Numbers > Two's Complement

Using the two's complement of a number to represent negative numbers. For example, the two's complement of 5 in binary is 1011, and so -5 is represented as 1011 in two's complement. This is the most commonly used system in computing as it simplifies arithmetic operations.