ASCII (American Standard Code for Information Interchange) is a character encoding standard that assigns numeric codes to represent text characters.
In this game, you'll be presented with the binary representation of an ASCII code for an uppercase letter ('A' to 'Z'). The pattern for ASCII codes is as follows:
Your task is to understand this pattern and become familiar with how ASCII codes are represented in binary.