answersLogoWhite

0

The earliest computers could only send 8 bits at a time, it was only natural to start writing code in sets of 8 bits. This came to be called a byte.


It's essentially arbitrary, however 8 bits was initially a good fit since it was able to easily fit all letters, upper and lower case, plus all punctuation and numerals. A Byte is no longer a hard boundary, however. There are many protocols that use individual bits, or groups of 4 bits, or any number really. Modern processors also use 32-bit "words" and 64-bit "words".

User Avatar

Wiki User

15y ago

What else can I help you with?