Think of it like a light switch. Each bit is like a light switch that can be either on (1) or off (0). With seven switches, you can create 128 unique combinations of on and off states. Each of these combinations represents something different, be it a number, a letter of the alphabet, or a control command. This encoding is a core concept to how computers understand information.
While modern computing often utilizes larger bit sizes like 8bit, 16bit, or 32bit, 7bit encoding was once very important, and still has relevance. Its found in several specific scenarios. One of the most historically important applications was in ASCII (American Standard Code for Information Interchange). ASCII uses 7 bits to represent text characters.
There is also its presence in older systems: The 7bit ASCII character set standardized the way computers store and transmit text. Each character, such as a letter, number, or punctuation mark, is assigned a unique 7-bit code. This allowed different computers and systems to communicate effectively, as they all understood the same codes for each character. Thus it became a universal language between systems from various manufacturers.
The original telephone system also sent signals this way.
Although 7bit is less prevalent now with the advent of more powerful computing hardware, its principles remain fundamental to understanding data representation. Understanding the basics of 7bit helps in grasping more complex concepts in digital technology and the origins of many modern standards. It is still relevant in niche applications and serves as a basic building block for the technology that we all use every day.