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
  • That's a binary file, then.

    UltraEdit is displaying it 16 bytes to a line, and showing the start address to the left of each line:

    00000000h: 8C C5 97 2B 5C D6 00 00 00 00 93 98 30 00 30 00 ;
    ^^^^^^^^^  ^^ ^^ ^^ ^^
    Address     |  |  |  +-- 4th byte - at Address +3
                |  |  +----- 3rd byte - at Address +2
                |  +-------- 2nd byte - at Address +1
                +----------- 1st byte - at Address
    etc
    

Reply
  • That's a binary file, then.

    UltraEdit is displaying it 16 bytes to a line, and showing the start address to the left of each line:

    00000000h: 8C C5 97 2B 5C D6 00 00 00 00 93 98 30 00 30 00 ;
    ^^^^^^^^^  ^^ ^^ ^^ ^^
    Address     |  |  |  +-- 4th byte - at Address +3
                |  |  +----- 3rd byte - at Address +2
                |  +-------- 2nd byte - at Address +1
                +----------- 1st byte - at Address
    etc
    

Children
No data