I have worked with xxd
utility which translates binary to ascii format and vice versa, but I am not really sure what it dos behind the scene.
Assume I have the following hexdump:
0100 0000 0500 0000 0000 0000 0000 0000 ................
Clearly this is in ascii format. What is the difference between saving this line on disk as is VS saving it in binary format? how is a single character of 0
stored on disk in ascii VS binary format?