Why did you bump this? You got your answer. And is it too hard to google "binary translator?"
wow, my bad i thought the geek post was a joke.
010011110101000000100000011010010111001100100000011000010010000001100100011101010110110101100010011000010111001101110011001011100010000000100000011000100111001001100001011010010110111001100110011000010110100101101100
0101000001101100011000010111100100100000011011100110100101100011011001010010111000001101000010100000110100001010000011010000101001001111011100100010000001101110011011110111010000101110010011110101000000100000011010010111001100100000011000010010000001100100011101010110110101100010011000010111001101110011001011100010000000100000011000100111001001100001011010010110111001100110011000010110100101101100
seriously, is it really that hard to do this?
Convert from binary to decimal (or to whatever number base you are comfortable with.)
01000111
dec: 64+4+2+1 71
h: 40+4+2+1 48
o:100+4+2+1 107
01100101
dec:64+32+4+1 101
h:40+20+4+1 65
o:100+40+4+1 145
01100101
dec:64+32+4+1 101
h:40+20+4+1 65
o:100+40+4+1 145
01101011
dec:64+32+8+2+1 107
h:40+20+8+2+1 6b
o:100+40+10+2+1 153
dec 65 is ansi a, 66 is b.. Etc etc
there is no "computer language" or translation involved, simply converting from one base no another and then looking at an ansi chart.
01010010011001010111010001100001011100100110010001100101011001000010000001110100011010000111001001100101011000010110010000101110001000000100100100100000011010000110000101110100011001010010000001110100011010000110000101110100001000000100100100100000011010000110000101110110011001010010000001110100011011110010000001100011011101000111001001101100001010110110001100101100001000000110001101110100011100100110110000101011011101100010000001100101011101100110010101110010011110010010000001100100011000010110110101101110001000000111000001101111011100110111010000101110
