Umm, how the heck do you read binary text without a translator of some sort. :confused: :confused: :confused:
Printable View
Umm, how the heck do you read binary text without a translator of some sort. :confused: :confused: :confused:
what the hell is binary text? Text is ASCII. Binary is ones and zeros. If you mean how do you convert binary to readable text, go to the ASCII table at [url]http://www.asciitable.com/[url]. Using a base 2 to base 16 conversion, convert each Binary byte you have to Hexidecimal, and then find the hex number on the table, and move across the row to the ASCII symbol. Do the same with each byte. Then you will have the ASCII representation of your binary "text"