|
dankos -> RE: Corrupted JPEG Files (10/20/2004 13:11:00)
|
Instead of working with characters a binary editor displays ASCII characters in their internal hexadecimal form. For example a 'M' is really hex code '4d'; an 'i' is a hex '69'. Thus internally 'Microsoft' is stored as '4d6963726f736f74' in your PC. You need a binary editor because files such as JPGs are files of binary numbers, and that's what must be fixed. I use Codewright, but I believe it's no longer being sold. However, there are a number of other products that are free. Enter 'hexadecimal editor' in Google.
|
|
|
|