klophockey
Programmer
I have a .dat file and would like to know if the format of it is ASCII, EBCDIC or whatever.
What is a simple way of knowing the format of the file.
I have looked at properties, tried Visual Studio but it say I need an app to open a .dat file.
Bottom line - I would like to know the format but would also like to look at hex values in the file.
I'm in a distributed environment so do not have the Mainframe Fileaid product available to me.
So, just assume I have a file on my Windows computer called myfile.dat and I want to see the contents of it in hex and would like to know its encoding.
Thank you.
What is a simple way of knowing the format of the file.
I have looked at properties, tried Visual Studio but it say I need an app to open a .dat file.
Bottom line - I would like to know the format but would also like to look at hex values in the file.
I'm in a distributed environment so do not have the Mainframe Fileaid product available to me.
So, just assume I have a file on my Windows computer called myfile.dat and I want to see the contents of it in hex and would like to know its encoding.
Thank you.