Friday 31 August 2012

Basic Binary

Well I was thinking out some stuff that I think is "cool" and I thought that binary was cool.

1/0 is a singular bit in binary

Basically what I am telling you here is the total of the bits if it is on (1) with the correct number of 0's behind after it.

e.g. 11=2 bits, as a 1 would be 10101 would equal 5 bits(16+4+1=21)

1=1 bit
2=2 bits
4=3 bits
8=4 bits
16=5 bits
32=6 bits
64=7 bits

I have only done up to 64 for now but I will continue maybe

1=1
10=2 11=3
100=4 101=5 110=6 111=7
1000=8 1001=9 1010=10 1011=11 1100=12 1101=13 1110=14 1111=15
10000=16 10001=17 10010=18 10011=19 10100=20 10101=21 10110=22 10111=23 11000=24 11001=25 11010=26 11011=27 11111=28 11101=29 11110=30 11111=31
100000=32 100001=33 100010=34 100011=35 100100=36 100101=37 100110=38 100111=39 101000=40 101001=41 101010=42 101011=43 101100=44 101101=45 101110=46 101111=47 110000=48 110001=49 110010=50 110011=51 110100=52 110101=53 110110=54 110111=55 111000=56 111001=57 111010=58 111011=59 111100=60 111101=61 111110=62 111111=63
1000000=64

No comments:

Post a Comment