|
Post by Konpaku~soul on Jul 21, 2009 23:30:01 GMT -6
Here is a quick list of binary from 0-26, including letters.
For some of you who don't know, binary is only 1's and 0's. This is not computers, which us an 8 byte set of 1's and 0's representing on or off, this is actual binary. This is not to help you learn binary in anyway, so if you don't understand it, don't complain, and look for a site that can help you understand it. And just so you know, anything and everything can be done in binary. now enough of me rambling, and lets get to the list:.
Note= 00 can be written as 0, and 01 can be written as 1. It's just easier to include the un-needed 0.
00= 0, space 01=A, a, 1 10= B, b, 2 11=C, c, 3 100=D, d, 4 101=E, e, 5 110=F, f, 6 111=G, g, 7 1000=H, h, 8 1001=I, i, 9 1010=J, j, 10 1011=K, k, 11 1100=L, l, 12 1101=M, m, 13 1110=N, n, 14 1111=O, o, 15 10000=P, p, 16 10001=Q, q, 17 10010=R, r, 18 10011=S, s, 19 10100=T, t, 20 10101=U, u, 21 10110=V, v, 22 10111=W, w, 23 11000=X, x, 24 11001=Y, y, 25 11010=Z, z, 26
Here are some tests for you. Hint: they are all letters. Have fun
1) 110101101001010010001011011100110010110111100110011
2) 1111111001011100111001100001100111111010110010100111011100110
3) 1001001011001111101110011001111110101001010110000
|
|