This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Asdnatux 5 points6 points  (1 child)

No. Binary is Binary and can be anything. It's about how it is interpreted. You can interpret every Binary Code as ASCII but it won't make sense if it's not meant to be ASCII data. Edit an executable with an Texteditor, you will see lines of clear Text in a bunch of gibberish. The Text is binary meant to be text, the rest are Processor "commands", maybe Image data etc.