3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Easy way to count in Binary! 1's and 0's

Easy way to count in Binary! 1\
Have you every wanted to count like a computer, or just wondered how computers count this is the instructable for you!

First we need a little information of binary. Computers have 2 numbers in there system except there not numbers there switches. 1 meaning "ON" (like a light bulb) or 0 meaning "OFF"

So...

10110011

would be...

On, off, on, on, off, off, on, on

Then the computer interprets that into its numbering system, which later may convert it into ASCII. Correct 8-bit binary only has 8 digits. There are 16, 32, 64, and 128 bit processors that take more numbers than just 8 at a time. This tutorial is for 8-bit.

Materials:
Paper and Pencil
(optional) Genius to help
 
Remove these adsRemove these ads by Signing Up
 

Step 1Preparing

Preparing
On the paper write this on the top.

This is the 8-bit binary cheat sheet. Column 8 (the one all the way to the right) is 1, column 7 is just a double of the earlier column, etc.

"Binary Cheat Sheet:

128 - 64 - 32 - 16 - 8 - 4 - 2 - 1"

and pick a number between 1 and 255

My number is 175
« Previous StepDownload PDFView All StepsNext Step »
11 comments
Oct 31, 2011. 8:35 AMmwilliams937 says:
Thank you so, so much. I have been trying to figure this out for some time now. No one, and I mean no one was able to get me to understand how to do this. I got on your site for the first time and now I got it. Please keep me informed as I will be using your site for future help.

God Bless you all.

Martin L. Williams
May 10, 2012. 5:17 AMknexcreator17 says:
I read this in a book called ''the new how things work+ 80 new pages'' and read a whole chapter on binary numbers an microprocessors and scanners and was really interesting!
Jul 24, 2010. 9:54 AMnutsandbolts_64 says:
8-bit eh? You may have noticed this:
_______________________
128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
----------------------------------------
128 = 2 to the 7th power
64   = 2 to the 6th power
32   = 2 to the 5 th power
etc...

Use that ASCII chart up there for reference.
May 3, 2010. 9:21 AMmust invent says:
LOL! I can count base 3, 4, 8, 101 Can you show a tutorial for counting in other bases ?
Feb 17, 2010. 7:04 PMPentacle says:
VERY cool.
Jul 15, 2009. 1:12 PMlemonie says:
Binary isn't much (or any?) use to most people, you might do well to instruct on hexadecimal instead? L
Jul 15, 2009. 5:17 AMPKM says:
Oh and correct binary only has 8 digits.

As karossii says, you are thinking of a byte. I'm sure your 32 or 64 bit computer CPU deals with numbers over 8 bits.

Your method is sound and quite straightforward but it sounds like you rushed the core part a little bit- you compress all of the instructions on how to actually convert a number into

Get your paper and right down your number under your Cheat Sheet.
First does the first number (128) fit in your number?
...
If so subtract your number by the number you checked, then repeat for the rest of the numbers. Also if it did fit that means its a 1 and if it doesn't its a zero.

That last part could do with taking a breath and explaining what you are doing a little bit more clearly. Otherwise, good work.
Jul 14, 2009. 8:45 PMjaidex says:
Nicely done! I've tried to explain binary to people for years, but I've never taken the time to stop and THINK about it - next time I need to explain it, I'll use your method!
Jul 14, 2009. 6:51 PMkarossii says:
As a side not, binary numeral systems date back to BC days, I believe documented back to about 800BC or so if memory serves, and used as many (or few) digits as needed for the number to be represented; and the (similarly dated BC) Chinese binary systems used 3 digit and 6 digit groupings for their binary numbers. bits/bytes or binary octets (another term for using 8 binary digits) are a result of the computer age (as far as I know - I could be mistaken).
Jul 14, 2009. 6:48 PMkarossii says:
one comment - 'correct' binary is simply a base2 system of counting, and has anywhere from 1 digit to as many as are needed. That would be like trying to say correct decimal has 9 digits (or 5 digits or 12 digits, etc.). What you are referring to is a binary 'byte' which has 8 'bits' of data... t ues the binary system, but it is not the binary system. For example, this is a perfectly proper binary number; 1110010100101, which equates to 4096+2048+1024+128+32+4+1 or 7,333 in decimal. And this is (outside of a computer) a stupid way to write a binary number; 00000011. That equates to 3 in decimal, but would be like writing out "0000003" - why waste 6 leading zeros for nothing? Your instructable is partially correct, but also very misleading. You should either rename it and clarify that you are instructing on bits/bytes of data, or remove the 8 digit qualification you reference throughout.

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
10
Followers
3
Author:Geeko
I just love, inventing or just coming up with ideas. I have came up with tons of ideas just never had the money to work on them. As for now I'm still broke but I will do my best to accomplish/ or make...
more »