×

Two's complement

Two's complement is the most common method of representing signed integers on computers, and more generally, fixed point binary values. Two's complement uses the binary digit with the greatest place value as the sign to indicate whether the binary... Wikipedia
add one: 1000 0000
invert bits: 0111 1111