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
  • Using the HEX viewer?

    A hex viewer is what you use when you want to look at a binary file.

    If the file is already in hexadecimal format, it is already - as Andy notes - in a form of ASCII.

    I don't recognize the binary data, and it doesn't looks to make sense if treated as IEEE floating-point data either.

Reply
  • Using the HEX viewer?

    A hex viewer is what you use when you want to look at a binary file.

    If the file is already in hexadecimal format, it is already - as Andy notes - in a form of ASCII.

    I don't recognize the binary data, and it doesn't looks to make sense if treated as IEEE floating-point data either.

Children