It's not necessary. Just interpret the bits as coefficients of powers of 2, in a purely conventional manner. Say that leading digits match the high bit rather than being 0 regardless of the high bit. And you're done, you have working signed arithmetic that displays all the behavior you expect and conforms to the geometric series equality. Here 1 + 2 + 4 + ... = -1 in the integers.