Hex and ASCII view
Hex data
To view the hex data of your files chose "hex view" from the preview pop up menu (the little arrow on the right side of the preview section).
You can search within the shown hex and ascii data, jump to positions, set markers, etc.
If you activate "values" within the popup menu, all interesting values are shown immediately:
Byte : SInt8 value of the activated byte,signed.
Asc : ASCII value of the activated byte
Bin : binary value of the activated byte
And starting from the activated hex byte the following, combined values are shown:
Short : SInt16 value of the activated and one following hex byte, signed.
UShort : UInt16 value of the activated and one following hex byte, unsigned.
Long : SInt32 value of the activated and three following hex byte, signed.
ULong : UInt32 value of the activated and three following hex byte, unsigned.
CString/PString: ASCII string.
To watch the hex data of the files resource, activate "resource" from the pop up menu.
ASCII view
Choose "Ascii view" from the preview pop up menu to watch the Ascii data of your files.
Shown Hex and ASCII data amount
Within the prefs you can chose how much data should be loaded into the preview section on the first click.
Data which is not loaded as a whole can be completed with a click onto the little green rectangle on the left edge of the preview section header (This symbol is only shown, when data is not loaded completely)