The Evolution of Byte Sizes: From -Bit to -Bit Standards and Beyond

Listen to this Post

The 8-bit byte we commonly use today was not always the standard in computing. In the 1950s, word lengths varied widely, with systems using 60-bit or 36-bit words, leading to unconventional byte sizes like 6 or 9 bits. The of ASCII, which encoded 128 English characters into 7-bit integers, brought some uniformity—but 7 bits posed challenges in binary systems due to not being a power of two.

To address inefficiencies, an 8-bit byte emerged as a practical solution. The extra bit was often used for parity checks in early data transmission, improving reliability. IBM’s System 360 further cemented the 8-bit standard, leveraging its power-of-two advantage for easier memory addressing and data operations.

Yet, non-standard byte sizes persist in specialized fields. For instance, Texas Instruments’ C2000 architecture uses a 16-bit byte for digital signal processing, highlighting that optimization sometimes requires breaking conventions.

You Should Know: