Sarah | January 14th, 2016 | 5 out of 5 stars
To view OST file in HEX Editor allow a user to experience all the features provide by outlook. The HEX view lets them understand the structure of OST file. It's a fact that HEX view of an OST file is bit tedious, but it is an awesome way to understand the
structure of that file. A user can read OST file in hex.
The Header part of Outlook OST File consist of various things as follows:
- Table of Contents
- ANSI/Unicode
- Meta Data
- Information to Access NBD Layer etc.
OST Data Part Consist of :
- Emails
- Calendars
- Lists
- Journals
- Contacts etc.
You can Download any HEX viewer. The one that is explained here is
i.Hex. It is easy to access and free HEX Editor to view and edit OST File. Hex editor can also be used to read HEX OST file.
Note: The steps given below are according to i.Hex tool. If you are using another tool than it is recommended that kindly follow those steps. Although in HEX Editor the steps to open, view and edit OST file remain same.
Once the i.Hex is installed then follow the steps given below.
- Go to File > Open or Select Open icon from the top.
- Now, Browse Outlook OST file. The default name is
outlook.ost or with other name. Click Open.
- Default Outlook.OST location is:
- It is recommended to take backup of Outlook OST file. While editing in Hex Editor, Mishandling can lead to file corruption.
Take precautions once you locate ost in hex.
- When you will open OST file in Outlook, you will find the
binary and Hexadecimal code of 0 and 1. This code is a
hexadecimal representation of Offline storage file. This description will guide you how you can view and understand the structure of Outlook OST file in i. HEX
There are three columns in Hex view of OST file
- Column 1: It give Word Storage offset of Offline Storage Table
- Column 2: When OST file is converted to HEX, this column describes header and data part.
- Column 3: All the characters corresponding to HEX Values
- If you want to see Storage offset in hexadecimal format. Mark HEX from top
navigation bar.
- If you want to see Storage offset in Decimal format. Unmark HEX from top
navigation bar. Your offset of Outlook OST will convert into decimal format.
- To see characters corresponding to the HEX value. Select any no of characters from Column 2. Now the characters will simultaneously select in OST file.
- For different machines like intel and IBM, you need to make certain changes. If you are using
Intel-based system(Little Endian), Select Little Endian from the top. Uncheck option if you are using
IBM-based system(Big Endian).
- If Signed is unchecked then you will see OST file in positive binary form.
- Check Signed. You will see changes top. This change is seen if value converted to binary is negative/ positive depend on data selected.
- If you want to see the C language structure of OST file. Then select
Visualise from the top. You can also edit OST headers in HEX.
Warning: Take a backup of OST file before playing with it if you don't want to Lose your precious data.
- Every OST file in HEX Starts with its signature. As you can see the above OST File has
21 42 4E ...... This HEX code is the signature of healthy Outlook OST file. If you have many OST files you will see each file will have the same signature. This
signature is not present in corrupt OST headers.
- Now, Scroll Down a bit. Delete or modify some data. Save this file as separate OST File. Now try to Import this file into Outlook.
This file will show corrupted OST file error. Now, In next section we will learn about how to repair this corrupt OST File. What are the reasons for corruption of OST file and HEX code of corrupt OST file?