|
|
|
|
|
by elch
26 days ago
|
|
In this document [1] dated 1967-68, on page 8, IBM mention 8-bit character sets only: their EBCDIC and the "8-bit extension of the 7-bit code" proposed by ISO. Because eight rather than six bits are used
to represent a. character, up to 256 possible characters
could be represented in the Extended Binary Coded
Decimal Interchange Code (EBCDIC) shown in Figure 7. Except for certain teleprocessing equipment,
the code that makes use of characters is either
EBCDIC or an eight-bit extension of a seven-bit code
proposed by the International Standards Organization. [1] http://bitsavers.informatik.uni-stuttgart.de/pdf/ibm/360/GC2... |
|
The 7-bit ASCII code, with a few small differences from the current version, had been standardized in 1967 in USA as USAS X3.4-1967 and internationally as ISO 646.
No computer has ever been designed with 7-bit bytes, so all computers with 8-bit bytes, starting with IBM System/360, store the ASCII characters using an "8-bit extension of the 7-bit code".
Your document refers to this. The fact that ASCII has only 7 bits mattered only when the characters were sent over communication lines, when there was no need to transmit more than 7 data bits.
While in IBM systems EBCDIC was the primary character set and ASCII was used only for interchange with computing equipment made by other companies, in all the computers made by others the usage was reversed, ASCII extended to 8 bits was the primary character set, but EBCDIC was also supported for data interchange with IBM computers.