Integers: signed magnitude
Signed magnitude
Reserve one particular bit for the sign.
Sign bit: If msb is 0, then positive value, if msb is 1, then negative value.