This document discusses different computer codes used to represent data internally in computers. It describes Binary Coded Decimal (BCD), Extended Binary Coded Decimal Interchange Code (EBCDIC), and American Standard Code for Information Interchange (ASCII). BCD uses 6 bits per character and can represent 64 characters. EBCDIC uses 8 bits and can represent 256 characters. It describes how numbers are represented in zoned and packed decimal format in EBCDIC. ASCII also uses 7 or 8 bits per character and can represent 128 or 256 characters respectively. Examples are provided to demonstrate how data is encoded in these different computer codes.