|
|
|
|
|
by fasquoika
1875 days ago
|
|
> Perhaps it relates to using 36-bit words? Yep, before ASCII was standardized it was common for machines to be built with word-addressable memory and words that were multiples of six bits. Two octal digits easily represent a six-bit byte, just as two hexadecimal digits easily represent an eight-bit byte |
|
Why was six bits chosen? The modern use of eight bits seems more natural to me, being a power of 2.