Hello! I am new to the whole programming world (enjoying it). I wanted to work with jpeg files. I read in a jpeg file using the open method with "rb" which it all works fine. Then I wrote all its binary code into a text file to analyze.
The text file looks a lot like hex-decimal. The thing I do not understand is, how come there are characters like "?" and "(" mixed in the code.? I have also seen 00Z mixed in. Shouldn't it all be from 0 to F only?
I noticed these symbols do not appear if I open the file with HxD. In fact, some of the Hex code is different.
The text file looks a lot like hex-decimal. The thing I do not understand is, how come there are characters like "?" and "(" mixed in the code.? I have also seen 00Z mixed in. Shouldn't it all be from 0 to F only?
I noticed these symbols do not appear if I open the file with HxD. In fact, some of the Hex code is different.
Comment