Results 1 to 2 of 2

Thread: Binary

  1. #1
    Member
    Join Date
    Jul 2003
    Posts
    80

    Binary

    Umm, how the heck do you read binary text without a translator of some sort.
    http://www.AntiOnline.com/sig.php?imageid=442
    You need people of intelligence on this sort of quest...

  2. #2
    Senior Member
    Join Date
    Feb 2003
    Posts
    109
    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"
    $person!=$kiddie or die(\"Alas, die you hotmail hacker!!\");
    SecureVision

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •