Home Blog Archive Software ASCII - what is it? Simply explained

ASCII - what is it? Simply explained

  • Oct 29, 2025
  • 571
  • 0

Maybe you have encountered on the Internet on the term ASCII and not know what it is. ASCII is a character encoding. How this looks exactly, read the first section of this article. How you encode a word using ASCII, you can also learn in the second section.

ASCII - what is it?

ASCII stands for American Standard Code for Information Interchange.
  • ASCII is a 7-Bit character encoding.
  • The ASCII character encoding defines 128 characters.
  • Including 95 printable and 33 non-printable characters, such as, for example, a line feed.
  • Each character is assigned a Bit pattern of 7 bits.
  • Each Bit can take two values, namely 0 or 1. This results in a bit pattern of the number of 2 States, high 7 Bits, for a total of 128 States results.
  • A Byte is always 8-Bit. The ASCII not used, the eighth Bit can be used, for example, for error corrections. The parity bit is called.
  • Today is the 7-Bit Code is extended almost always on an 8-Bit Code.
ASCII: What is this?

ASCII-encoding - this is how it works

If you want to encode the word "CHIP" in ASCII, then proceed as follows:
  1. You need an ASCII table.
  2. The word CHIP can be in hexadecimal or binary encoding.
  3. For a binary encoding of rows of the binary values of each letter one after the other. The following binary ASCII Code: 01000011010010000100100101010000 results
  4. For the hexadecimal encoding you need a more advanced table. Series you the hexadecimal values in the table, depending on the letter one by one. For the word CHIP with the following Code: 67727380 results
With your new Knowledge of the ASCII Code you can, for example, in Word, the character encoding change.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =