HEX View OST File

How to view an Outlook OST File in Hex Editor?

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.

 

OST structure to get insight of HEX

The Header part of Outlook OST File consist of various things as follows:

  1. Table of Contents
  2. ANSI/Unicode
  3. Meta Data
  4. Information to Access NBD Layer etc.

OST Data Part Consist of :

  1. Emails
  2. Calendars
  3. Lists
  4. Journals
  5. Contacts etc.

 

Steps to View and Edit OST file in HEX are:

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 Start > i.Hex

start-open-hex-ost

  • Go to File > Open or Select Open icon from the top.

hex-file-open-ost

  • Now, Browse Outlook OST file. The default name is outlook.ost or with other name. Click Open.

hex-browse-ost

  • Default Outlook.OST location is:

default-location-ost

  • 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

 

Brief of Hex Editor

There are three columns in Hex view of OST file

  • Column 1: It give Word Storage offset of Offline Storage Table

column1-hex-editor

  • Column 2: When OST file is converted to HEX, this column describes header and data part.

column2-hex-editor

  • Column 3: All the characters corresponding to HEX Values

colum3-hex-editor

 

Quick Steps to Learn HEX and View OST file
  • If you want to see Storage offset in hexadecimal format. Mark HEX from top navigation bar.

mark-hex-storage-offset

  • 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.

unmark-hex-storage-offset

  • 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.

caracters-corresponding-hex-code-ost

  • 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).

little-big-endian-hex-ost

  • If Signed is unchecked then you will see OST file in positive binary form.

signed-unchecked-ost

  • Check Signed. You will see changes top. This change is seen if value converted to binary is negative/ positive depend on data selected.

signed-check-ost

  • 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.

c-language-structure-ost

 

Identify and verify OST file 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.

hex-signature-ost

  • 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.

text-ost-hex

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?