How to open a file in binary format.(1's & 0's)
By Andrew Adams •
I want to open files in binary format. I want to see binary code, not hex. And want to edit in binary format and ability to save changes. What is the best application to do this or is there any easy way to do this ?
01 Answer
Here's one way:
Download:
Open a file and choose the binary edit dialog.
This will let you edit\view one byte at a time.
Another way is using C++ or practically any other programming language you like. As you can see it isn't much code.
1