Geba_00
ConsusLata
Geba_00
00100000 01010100 01101000 01100001 01110100 00100000 01100100 01101111 01110011 01101110 00100111 01110100 00100000 01101101 01100001 01101011 01100101 00100000 01100001 01101110 01111001 00100000 01110011 01100101 01101110 01100011 01100101 00101100 00100000 01110011 01101001 01101100 01101100 01111001 00100000 01101000 01100101 01100001 01100100 00101110 00100000 00100000 01001001 00100000 01110011 01110100 01101001 01101100 01101100 00100000 01101100 01101111 01110011 01100101 00101110
Is that supposed to be anything? Because it really really doesn't make any sense at all.
We must be useing different translators, because what you said didn't make ANY sence either!!!
This is the one I generally use:
http://nickciske.com/tools/binary.php
I don't use a translator. I can read or write in binary fairly easily. For one thing, ASCII two uses only 7 bits for each character. The last bit is used for error checking, and when you use error checking, you should always have either an even number of 1's in each byte, or an odd number of 1's in each byte. But as you can see from your example above, you have both even and odd numbers of 1's, so basically your entire message is really just one big error.