This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do you convert a HEX file to ASCII

Hi, Does anyone know how to convert a large (20mb) HEX file into ASCII or another viewable format? What is the fastest method?

Parents
  • Opening it in UltraEdit using the Hex viewer, it looks like this:

    00000000h: 8C C5 97 2B 5C D6 00 00 00 00 93 98 30 00 30 00 ;
    00000010h: F5 F2 F0 40 F9 F4 F0 F6 40 40 40 40 40 40 40 40 ;
    00000020h: 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 ;
    00000030h: 00 00 40 00 00 00 10 00 00 00 00 00 00 00 92 98 ;

    I opened it in WordPad and it's a bunch of special characters (boxes, @, etc.)

Reply
  • Opening it in UltraEdit using the Hex viewer, it looks like this:

    00000000h: 8C C5 97 2B 5C D6 00 00 00 00 93 98 30 00 30 00 ;
    00000010h: F5 F2 F0 40 F9 F4 F0 F6 40 40 40 40 40 40 40 40 ;
    00000020h: 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 40 ;
    00000030h: 00 00 40 00 00 00 10 00 00 00 00 00 00 00 92 98 ;

    I opened it in WordPad and it's a bunch of special characters (boxes, @, etc.)

Children