Bits, nibbles, and unsigned values
Bits, nibbles, and unsigned values
A bit is a single binary digit, 0 or 1. We often write 8 bits as two nibbles of 4, such as 0010 1101, because it is easier to read. In an unsigned 8-bit pattern, the place values are 128, 64, 32, 16, 8, 4, 2, and 1, so the range is 0 to 255.