Binary and ASCII

In this section, we want to better your understanding of binary numbers, which are fundamental in understanding the way computers represent information.

You are likely much more familiar with the decimal (base 10) number system; fortunately the binary (base 2) number system works in fundamentally the same way as decimal. After this section, you’ll also be prepared to encounter other number systems, such as hexadecimal, to be discussed later in the course.

One of the most common types of information that computers process is text. To translate numbers into text, computers use a character encoding standard called ASCII. Adopting ASCII as a universal standard enables computers to properly communicate and display more than just numeric symbols, enabling you to send texts, read online articles, use word processors, and more.