I thought about this a few days ago, but i only just got around to asking. If the first bit of a signed integer is used to indicate the sign (on for -, off for +), then what's -0, i.e., the negative bit is on, but everything else is off?
Its more complicated than simply having one bit on or off to determine sign. Numbers are generally stored in a format called "two's complement" as Bazzy says: