The document discusses information coding schemes used in data processing. It explains three common coding schemes - ASCII, EBCDIC, and Unicode. ASCII uses 8 bits to represent 256 characters and is used on personal computers. EBCDIC also uses 8 bits but is used on IBM mainframes. Unicode uses 16 bits to represent over 65,000 characters and supports all global languages.