QUOTE(tygerberg @ 12 Jul, 2008 - 07:03 PM)

Hi
Does anyone know of methods of learning binary quickly? I know of counting binary on your fingers. But to like to be able to quickly convert the binary into text and vice-versa using your brain power lol and not some app.
Basically to say this:
"I can read binary!"
and do that:
01001001 00100000 01100011 01100001 01101110 00100000 01110010 01100101 01100001 01100100 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00100001
It might seem daunting or silly, but it's kinda cool and not everyone can do it.
0100 4*16=64 1001 9 =64+9=73 I
0010 2*16=32 0000 0 = 32 + 0 []
0110 6*16=96 0011 3 = 96+3=99 c
0110 6*16=96 0001 1 = 96+1=97 a
0110 6*16=96 1110 14 = 96+14=110 n
0010 2*16=32 0000 0 [ ]
0111 7*16=112 0010 2 =112+2= 114 r
0110 6*16=64 0101 5 = 64+5=69 E
0110 6*16=64 0001 1 = 64+1=65 A
0110 6*16=64 0100 4 = 64+4=68 D
0010 2*16=32 0000 0 = 32+0 []
0110 6*16=96 0010 2 = 96+2=98 b
0110 6*16=96 1001 9 = 96+9=105 i
0110 6*16=96 1110 14 = 96+14=110 n
0110 6*16=96 0001 1 96+1=97 a
0111 7*16=112 0010 2 112+2=114 r
0111 7*16=112 1001 9 112+9=121 y
0010 2*16=32 0001 1 !
I can rEAD binary (more precisely)
32 = space
33 = !
65 - 90 =A to Z (or 64 + Alphabet position)
97 - 122 = a to z (or 96 + Alphabet position)
This post has been edited by AdamSpeight2008: 12 Jul, 2008 - 10:36 AM