• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Binary.

Circlenaut

Platinum Member
Is there a way that you can show any software,files etc. in bin only 0 and 1's saved as a .txt file or anything else?

This is not a topic for Highly Technical. Please read the forum rules before posting here again.

AnandTech Moderator
 
I'm not sure I understand the question, so I'll answer all the possibilities i can think of 😉

1. you have a (binary) file, and want to see it as text. open it in notepad.
2. you have a file and want to see it as 1's and 0's. not sure what the point of that might be. Anyway.... I don't know of any existing software like that, but if you know any programming, it would be fairly simple to write.
3. you have a (binary?) file and want to see it in some way other that notepad/text. A hex editor is probably useful... you will see the file as numbers 0-9, and A-F in pairs (two hex digits per byte) go to download.com and search for "hex editor". download however many it takes for you to find one you like 🙂
4. you have a program and want to see the code... download.com probably has some x86 assembly disassemblers.

edit: if you do #1, you'll see lots of garbage...
 
Back
Top