There are 3 popular coding schemes used to represent data in data processing: ASCII, EBCDIC, and Unicode. These coding schemes assign unique binary codes to represent characters, numbers, and other elements of data to facilitate processing and storage by computers. For example, the number 1 is represented by different 7-bit binary codes in ASCII (0000001), EBCDIC (00000001), and Unicode (0000000000000001).