$\require{cancel}$
EBCDIC Code
- Extended Binary Coded Decimal Interchange Code
- eb-si-dik
- Devised in 1963 and 1964.
- An 8 bit code
- Based on BCD
- Apparently IBM still uses this today on their mainframes. See This IBM page
-
- Start at Fx, note F016 is 0, F116 is 1 ...
- Control codes are 0x16, 1x16, 2x16 and 3x16
- Note the characters in EBCDIC have holes in them.
- Note that sorting is problematic with direct character comparisons.
- "Dog" < "dog"
- This is true in ASCII
- But it is not true in EBCDIC
- There are other holes.