CaNnAbIsViLLe 2007-02-10 |  | Binary Code |  | yo, anyone read binary... if so, is the following binary code and if yes, what does it say/represent in terms someone who doesn`t know binary can understand...
0100 1010 0110 1111 0110 0101 0010 0111 0111 0011 |
|
Dreamland 99+ day(s) ago | whats the game |
CaNnAbIsViLLe 99+ day(s) ago | Ah... i see... i play another game online... in which you can go out and explore the vastness of space... upon my travels on this game i came across a sign which read "Eat at (insert binary code here)... i figured it was binary since it was all 0`s and 1`s ut i don`t know how to read it so i figured i`d post it... Joe`s makes sense as the sign would read "Eat at Joe`s"...
thanks a lot guys, your help is much appreciated... |
jackme 99+ day(s) ago | 01110111011010000110111100100111011100110010000001100001011001100111001001100001011010010110010000100000011011110110011000100000011101000110100001100101001000000110001001101001011001110010000001100010011000010110010000100000011101110110111101101100011001100011111100111111001000000110111001101111011101000010000001101001001000000111001101100001011010010110010000100000011101000110100001100101001000000111001001100101011001000010000001101101011000010110111000101110001000000110111001101111011101000010000001101001001000000111001101100001011010010110010000100000011101000110100001100101001000000110001001101100011000010110001101101011001000000110110101100001011011100010111000100000011001100111010101100011011010110010000001111001011011110111010100100000011001110111010101111001011100110010000001110011011000010110100101100100001000000111010001101000011001010010000001110111011010000110100101110100011001010010000001101101011000010110111000101110 |
Cutter 99+ day(s) ago | http://www.subnetonline.com/tools/dechexbin.html
there`s a calc, but your snippet doesn`t seem to be very interesting. |
FieryGallacticos 99+ day(s) ago | basically i mean you said
Joe`s = 0100 1010 0110 1111 0110 0101 0010 0111 0111 0011 |
FieryGallacticos 99+ day(s) ago | Joe`s? that`s the binary trans encode thingy ^^ |
fleak2 99+ day(s) ago | 4,10,6,15,6,5,2,7,7,3!?
it doesent mean anything should not be binary |
Kurvinykas 99+ day(s) ago | using an ascii map it can be translated to Joe`s but nothing else.
In numerical value:
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = 10
1011 = 11
1100 = 12
1101 = 13
1110 = 14
1111 = 15 |