You can do a binary compare of your two files using, for example, the Windows fc command at the command prompt.
fc/b file1 file2
There are other compare options, but this is a place to start if you want to go into the differences in your files in more detail.
fc/b file1 file2
There are other compare options, but this is a place to start if you want to go into the differences in your files in more detail.