What is the standard code the computer industry created to represent characters?
ASCII is the standard code the computer industry created to represent characters.
ASCII, abbreviation of American Standard Code For Information Interchange, a standard data-transmission code that is used by smaller and less-powerful computers to represent both textual data (letters, numbers, and punctuation marks) and noninput-device commands (control characters). Like other coding systems, it converts information into standardized digital formats that allow computers to communicate with each other and to efficiently process and store data.
The ASCII code was originally developed for teletypewriters but eventually found wide application in personal computers. The standard ASCII code uses seven-digit binary numbers; i.e., numbers consisting of various sequences of 0’s and 1’s. The code can represent 128 different characters, since there are 128 different possible combinations of seven 0’s and 1’s. The binary sequence 1010000, for example, represents an uppercase “P,” while the sequence 1110000 represents a lowercase “p.”