We are independent & ad-supported. We may earn a commission for purchases made through our links.
Advertiser Disclosure
Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.
How We Make Money
We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently of our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.

What are Binary Numbers?

By D.M. Abrecht
Updated May 21, 2024
Our promise to you
All The Science is dedicated to creating trustworthy, high-quality content that always prioritizes transparency, integrity, and inclusivity above all else. Our ensure that our content creation and review process includes rigorous fact-checking, evidence-based, and continual updates to ensure accuracy and reliability.

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

Editorial Standards

At All The Science, we are committed to creating content that you can trust. Our editorial process is designed to ensure that every piece of content we publish is accurate, reliable, and informative.

Our team of experienced writers and editors follows a strict set of guidelines to ensure the highest quality content. We conduct thorough research, fact-check all information, and rely on credible sources to back up our claims. Our content is reviewed by subject-matter experts to ensure accuracy and clarity.

We believe in transparency and maintain editorial independence from our advertisers. Our team does not receive direct compensation from advertisers, allowing us to create unbiased content that prioritizes your interests.

The word "binary" refers to a system made up of two parts, like a binary star. Binary numbers are not different than the numbers you're used to; they're just represented differently — with 1s and 0s only. While binary numbers are used in a number of fields, they are most commonly used is electrical and computer applications.

The most common system for representing numbers is not the binary system; it's the decimal system. Also known as base-10, the decimal system which uses ten digits — 0 through 9. Each place within a number corresponds to a power of 10. Thus, the decimal number 546.23 is equal to: (5 x 102) + (4 x 101) + (6 x 100) + (2 x 10-1) + (3 x 10-2)

There are many other systems of numeric notation, however; the binary system, also known as base-2, is one. Binary numbers use only the digits 0 and 1. Each place in the number corresponds to a power of 2. Therefore, the binary number 11100, for example, would be represented in the following decimal format: (1 x 24) + (1 x 23) + (1 x 22) + (0 x 21) + (0 x 20) = 16 + 8 + 4 + 0 + 0 = 28

Clearly, the decimal system is a more compact system of notation than the binary system. Still, the binary system has some unique properties that make it quite useful for certain operations, including those used by digital computers. Since each binary digitbit for short — has only two possible states, it is easily represented with an electrical switch with two positions. The number "1" represents the switch being on, or "yes," while the number "0" represents the switch being off, or "no."

Binary arithmetic can be performed using a small number of simple rules, making it possible to calculate numbers using only a handful of electrical gates. For instance, to multiply two digits together, you only need to remember the following:

0 x 0 = 0
0 x 1 = 0
1 x 0 = 0
1 x 1 = 1

The two-value system for representing binary numbers can also be seen to correspond to the two truth values used in symbolic logic. Consider the following truth tables utilizing the logical operator "AND:"

F AND F = F
F AND T = F
T AND F = F
T AND T = T

If you replace "F" with "0" and "T" with "1," it becomes clear that the logical operator "AND" is equivalent to the multiplication sign in binary arithmetic. The other mathematical operations can likewise be exchanged for logical operations. Since logical operators are easy to represent in computer circuitry, it becomes possible to build an electrical device that can perform arithmetic. Doing math this way is known as "Boolean algebra" after its discoverer, 19th century mathematician George Boole.

In computer memory, a block of eight bits is called a byte. A byte can represent the numbers 00000000 through 11111111, which is 0 through 255 in the decimal system. Different computing architectures can handle different numbers of bits in a single computation; such a group of bits is called a word. A word is often a multiple of eight bits, with 16-, 32-, and 64-bit words being the most common.

All The Science is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.
Discussion Comments
By anon133203 — On Dec 09, 2010

So then in the binary numeral system, 0 is represented as 0 and 1 is represented as 1. That's where the simplicity stops. 3 in the binary system is represented as: 11, 4 is represented as 100, and 5 is represented as 101. It's really a whole new way of looking at numbers!

What I would like to know is, when you are taking a college class and you received a book for that class, why doesn't it explain binary and decimal as it is explained in this article. What a difference simplicity makes!

what are the advantages and disadvantages of the numbering systems: binary, decimal, octal, hexadecimal?

By buddy — On Jul 28, 2010

what are the advantages and disadvantages of the numbering systems: binary, decimal, octal, hexadecimal?

By bjurszeni1 — On Jun 18, 2010

What I would like to know is, when you are taking a college class and you received a book for that class, why doesn't it explain binary and decimal as it is explained in this article. What a difference simplicity makes!

By averagejoe — On Jul 01, 2009

So then in the binary numeral system, 0 is represented as 0 and 1 is represented as 1. That's where the simplicity stops. 3 in the binary system is represented as: 11, 4 is represented as 100, and 5 is represented as 101. It's really a whole new way of looking at numbers!

All The Science, in your inbox

Our latest articles, guides, and more, delivered daily.

All The Science, in your inbox

Our latest articles, guides, and more, delivered daily.