The first bit is used for sign, 0 means its positive and 1 means its negative. Normally a single byte can store 256 values (0-255). But stealing a bit means it can store only 128 now (0-127). But it's really storing 256 values since its rane is now -127 to 127.
Copyright © 2026 eLLeNow.com All Rights Reserved.