This document discusses various 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 to represent 64 characters, while EBCDIC and ASCII use 8 bits to represent 256 characters. EBCDIC and ASCII codes are presented with examples of encoding letters and numbers. Zoned and packed decimal formats are also discussed for encoding numeric values in EBCDIC. The document provides examples to demonstrate encoding words in BCD, EBCDIC and ASCII codes.