This article was automatically translated from the original Turkish version.
ASCII (American Standard Code for Information Interchange – American Standard Code for Information Interchange) is a character encoding system that defines the numerical equivalents of text characters in computer systems. The ASCII table consists primarily of 128 characters, which include letters, digits, punctuation marks, and control characters.
ASCII has a wide range of applications in computer systems. Some prominent use cases include:
The ASCII table consists of 128 characters encoded in 7 bits.

ASCII Table (source: Linux Handbook)
Below is an example in C++ that prints the ASCII values of characters:
When this code is executed, it produces the following output:
GeeksforGeeks. "ASCII Table." Accessed March 1, 2025. https://www.geeksforgeeks.org/ascii-table/.
Linux Handbook. "ASCII Table." Accessed March 1, 2025. https://linuxhandbook.com/ascii-table/.
cppreference.com. "ASCII (C++)." Accessed March 1, 2025. https://en.cppreference.com/w/cpp/language/ascii.
Applications of ASCII
Structure of the ASCII Table
Example Code Using ASCII