I have a partially corrupted MS-Word file which I'd like to inspect in the byte-level.
Asked
Active
Viewed 1,193 times
8 Answers
1
I'm sure there are many, but Ultraedit does this.

unwind
- 391,730
- 64
- 469
- 606

Kent Boogaart
- 175,602
- 35
- 392
- 393
1
If you have Visual Studio installed, you can add the .dat extension to the file and open it in Visual Studio to get a hex/ASCII display.

Guffa
- 687,336
- 108
- 737
- 1,005
0
010 Editor is nice for looking at files that follow some template, it'll try to turn the raw data into meaningful labeled values for you.

Rob Elliott
- 1,998
- 19
- 25
0
Take a gander at BeyondCompare for file comparisons; version 3 has comparisons for Word files as well. You'd be surprised at how often you'll use it once you have it.

Metro Smurf
- 37,266
- 20
- 108
- 140