up vote 125 down vote favorite
42
share [g+] share [fb]

I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows.

See KHexedit

Requirements:

  • Free is best
  • View data at cursor as: byte, short, int, long, float, double (signed/unsiged where applicable)
  • Configure the endiance for multi-byte decoding

"Nice to have" features:

  • String decoding, null-term or selection based, ASCII/UTF-8/16
  • Create user defined "structures" to overlay and view fields
link|improve this question

7  
How is this not constructive? Don't programmers need a good Hex editor? And who better to recommend a good one than a fellow programmer? +1'd instead. – jsoldi Dec 8 '11 at 0:31
3  
I agree! It's a good question and I'd far rather get an answer from Stack Overflow than other sites - +1! – Nick Dec 9 '11 at 11:34
feedback

closed as not constructive by Robert Harvey Sep 10 '11 at 19:15

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

22 Answers

up vote 20 down vote accepted

I've never found one that I really love. I tend to go searching every time I need one. However, I will point you toward two links:

Wikipedia: Comparison of Hex Editors
Wikibooks: Windows Hex Editors

link|improve this answer
2  
+1 for first link. Second link has succumbed to link rot. – Oorang Jul 28 '10 at 0:58
1  
Looks like the Wikibooks article had been merged into another; updated the link. – Ben Blank Sep 25 '10 at 18:16
feedback

HxD is great. :)

http://mh-nexus.de/en/hxd/

link|improve this answer
4  
HxD is the best. I use it exclusively for hex editing. – George Edison Jan 13 '10 at 7:20
1  
This has a pretty interface, but doesn't look like it has as many features as others? Binary file comparison is nice, and something I would use, but it doesn't seem to work the same way as other diff utilities (side-by-side view, synchronized scrolling, etc). I don't see a convenient way to edit or view individual bits. – endolith Jan 19 '10 at 16:43
3  
I once tested several hex editors trying to search for a pretty large amount of hex data in a binary file, HxD is the only capable one. – XTL Feb 2 '10 at 12:53
2  
HxD is fantastic, and the only one able to open massive files (gigabytes) with ease I've ever seen. – Django Reinhardt Feb 4 '10 at 14:44
4  
It's lacking some features i find important. Okteta ( within the KDE package ) and Bless ( which needs Mono/GTK# installed ) have these. Being able to view the next set of hex as different data types really is a must for me! – DavidG Sep 25 '10 at 17:20
feedback

I use HEdit. I've used it for years. It's fast and free. It has most of the features you want. The version that I have is 3.0. Updated: The latest version is 3.2 and it is not free anymore. It is now $99.00.

Hex Workshop has all the features you want (like Integrated Structure Viewer) but it's $90.

link|improve this answer
Just tried HEdit, and it worked really well. – Jared Harley Aug 9 '09 at 4:05
3  
And Hex Workshop is now $90. – I. J. Kennedy Oct 26 '09 at 5:05
4  
The link for HEdit seems to be broken. However, HEdit is available at softpedia.com/progDownload/HEdit-Download-120464.html – larsm Jan 19 '10 at 12:49
Does HEdit work in Windows 7? – endolith Jan 19 '10 at 17:01
4  
HEdit isn't exactly free. Immediately after installing it, it says the following: "Your copy of HEdit will be operational for four weeks. After that period, you can either purchase a license, or uninstall HEdit from your machine. Consult HEdit on-line help for information on how to order the license." – Senseful Jun 28 '10 at 6:13
show 4 more comments
feedback

If you already use Notepad++ there's a Hex Editor plugin.

link|improve this answer
2  
Recent versions always try to remove it as incompatible, though. The one thing I really liked about it was the ability to show in binary, for swapping individual bits in EEPROMs. – endolith Jan 19 '10 at 16:33
feedback
gvim -b file.bin

:%!xxd to view hex

:%!xxd -r to convert back

link|improve this answer
Or just use the "Tools" / "Convert To Hex" menu item! – James Anderson Sep 9 '10 at 9:05
1  
Asked for windows. I believe gvim is *nix based. – mklauber Apr 28 '11 at 18:22
2  
Nope, there's an official Win32 distribution of gvim available at vim.org – Rytmis May 24 '11 at 19:16
1  
Worked great for viewing, not so handy at editing. – Flame Jun 17 '11 at 15:55
feedback

UltraEdit is a wicked hex editor, as is HIEW (though HIEW does look like DOS, which might turn you off). Unfortunatley they're both shareware, so require a license.

If you're looking for free, you could take a gander at Cygnus. It's not huge on features, but it's quick and it works.

link|improve this answer
feedback

I spent some time looking for a good editor a while ago and finally settled on ICY Hexplorer:

http://hexplorer.sourceforge.net/

Free/GPL and has some other "advanced" features like custom data structures, pixel view, etc.

link|improve this answer
1  
I second ICY Hexplorer. It is simple to use and the pixel view / hex-value-colorization makes looking at the data much easier. – Mark Lodato Jul 9 '10 at 1:49
Looked awesome if I had a magnifying glass. I use a monitor with high resolution and there is no way to change font size. But it's open source, so mb if I get the time I could add this as a feature. – TamusJRoyce Feb 3 '11 at 15:11
2  
@TamusJRoyce I had the same problem (font size). Choose some other font such as Fixed Roman Large instead of the standard Fixed Roman. On a really large monitor maybe even that ain't enough, but it worked for me :-). – Omar Kohl Apr 11 '11 at 9:14
why when I hit ENTER, does it type 0D? What uses just 0D? Linux uses 0A, and Windows uses 0D0A doesn't it? – barlop Dec 1 '11 at 8:41
feedback

If you have Visual Studio, you already have a Hex Editor (albeit fairly basic and without some of the features mentioned):

  1. Do File > Open then select your file.
  2. Don't click Open, but click the down arrow next to it.
  3. Select Open With then choose the Binary Editor.

Visual Studio Hex Editor

Source for this tip: http://stackoverflow.com/questions/1724586/can-i-hex-edit-a-file-in-visual-studio

link|improve this answer
feedback

I'm a big fan of fhred. It's free and it's met most of my requirements over the years.

link|improve this answer
This is what I've been using for a while, too. It has a "manipulate bits" menu entry to edit individual bytes when setting flags in EEPROMs, etc. New link: frhed.sourceforge.net – endolith Jan 19 '10 at 16:35
Your link is dead. – Mark Oct 29 '10 at 19:33
Thanks for the heads up, Mark. Link fixed. – Patrick Jan 6 '11 at 8:43
feedback

Many of the above recommended hex editors (including HxD) do not meet the OP's requirements:

  • View data at cursor as: byte, short, int, long, float, double (signed/unsiged where applicable)
  • Configure the endiance for multi-byte decoding

A free solution that does is KDE's Okteta. A Windows installer for KDE can be found here. Okteta is part of the kdesdk module (KDE ≥ v4.6) or the kdeutils module (KDE < v4.6).

link|improve this answer
feedback

I've always been a fan of XVII:

http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm

link|improve this answer
1  
That's what I've used, but I don't like it because it uses unintuitive GUI design. E.g. to select a range of bytes to copy, I'd expect to just click-and-drag with the mouse, like in any other program. Instead, you click the first byte, Ctrl-B (block mark), select the last byte, Ctrl-B again. Shift-arrow-keys does select a block as I'd expect though. But then, data you copy can't be pasted into other programs for some reason. – Craig McQueen Feb 9 '10 at 0:33
I use it because of the nice conversions to various types like Int32 and Double; however every time I fire it up I think, "I need to rewrite this using WPF and give it a much better UI experience." – codekaizen Feb 13 '10 at 8:13
feedback

I'd strongly recommend UltraEdit. It's not free (beyond the 45 day trial), but it's very very good and I don't mind paying for something I use so regularly.

Some of my favorite/most used features;

  • Hex editing / viewing (inc find/replace/insert/remove)
  • Source code highlighting / formatting
  • Integrates with the Windows shell
  • Tabbed interface
  • Basic file/folder diff built in (you can pay for a more expensive diff package)
  • List item Macros / Scripting
  • Freely converts back and forth between line endings and ANSI/UTF-8/UTF-16 etc
link|improve this answer
feedback

When I need a hex editor on Windows, I always reach for WinHex.

It's not free, but it meets all your other requirements, and does about a million other things besides.

I write and maintain software that images logical volumes under Windows, so Winhex's ability to open a physical disk or logical volume is very handy. It also has built-in decoders for common on-disk structures like NTFS MFT, MBR, etc. Building your own is easy too.

I've tried all sorts of free editors/viewers, and always come back to WinHex.

link|improve this answer
feedback

I can's swim in Windows without PSPad.

  • Fast
  • Tabs
  • Syntax hilighting
  • Hex editor
link|improve this answer
feedback

I've always used UltraEdit but I've shifted toward Notepad++ recently

link|improve this answer
1  
Both UltraEdit and Notepad++ have already been mentioned. – froeschli Mar 14 '11 at 16:56
feedback

A good, simple hex editor comes as a plugin for notepad++

You can download the plugin dll from sourceforge

link|improve this answer
Notepad++ has already been mentioned. – froeschli Mar 14 '11 at 16:57
feedback

You can try wxHexEditor at http://wxhexeditor.sourceforge.net

It's open sourced and work on Windows, Linux, OSX...

I write it since there is no good hex editor for huge files and/or devices on Linux. Since I use wxWidgets it works on Windows and OSX too. I am happy if you decide contribute some code...

  • Fast
  • Tabs
  • Multiple Views
  • Tags
  • Disk editor
  • Built-in DisAssembler
  • Allows up to exabyte sized files and devices
  • open sourced
  • cross-compilable
link|improve this answer
feedback

It's not my everyday hex editor, it's a bit specialized, but MadEdit is the best Unicode editor I've seen, especially when dealing with weird encodings or a file that's gotten borked via multiple encodings. And it has a hex mode which is especially good at making it obvious exactly which bytes are being interpreted as which characters. It's nothing special in hex mode if you're just editing bytes or ASCII, but it's free (GPL), fast with large files, multi-platform, and is great when you need unicode support.

link|improve this answer
feedback

One not mentioned is Cygnus Hex Edit at http://www.softcircuits.com/cygnus/. They also have a scaled down version that is free at http://www.softcircuits.com/cygnus/fe/.

And in addition to that, I've posted about a free hex editor control with source code for MFC at http://www.blackbeltcoder.com/Articles/userctrls/mfc-hex-editor-control.

link|improve this answer
Actually was mentioned already. – Alexey Shytikov Dec 5 '11 at 12:51
feedback

Although a lot of answers have already been provided, I would like to mention FileBrowser with an integrated hex editor/viewer. The viewer and editor are separate plugins with different file handling.

From the HEX Viewer description on the website:

Chapter 1. Overview

A simple FileHandler which allows the inspection of arbitrary binary data files.

It will display the contents of the file in a hexadecimal and an ASCII form but will not load the files contents into memory. It rather always reads those bytes from the underlying file whenever it is necessary to display them.

This has the following consequences:

The viewer allows a “live” view on the opened file and will reflect changes to that files contents immediately upon redisplay.

The file is opened in read only mode which allows other processes to modify it. It will prevent the deletion of the file however.

It allows inspecting even huge files which could never be loaded into memory.

The FileHandler is a pure viewer and thus doesn't support any modification of data or saving it in any form.

From the HEX Editor description on the website:

Chapter 1. Overview

A simple FileHandler which allows editing of arbitrary binary data.

It can be used to modify the contents of any file on a byte by byte level. The files contents are fully loaded into memory and presented in a hexadecimal and ASCII table, a way very common among HEX editors.

ASCII control characters (those bytes with a value below 0x20) are displayed in a lighter color in the HEX table than other bytes. They display a tooltip text with the meaning of that byte when hovering the mouse cursor above them.

Modification of bytes is possible both in the per byte hexadecimal table as well in the ASCII line to the right of that table.

Modifying a table cell (either HEX or ASCII) will require to press either TAB or ENTER to confirm the change.

Modifying in the ASCII cell will only change those bytes whose ASCII representation has changed, thus preventing accidentially resetting non-ASCII bytes of that line.

Individual bytes can be deleted by selecting the byte to delete and pressing the according button. New bytes can be inserted at the position of the currently selected byte, thus shifting that byte (and all following content) to the end by one.

As this FileHandler supports modification and saving of the loaded data, it is an editor by nature.

In order to provide a true editor experience however, it is necessary to load the entire files contents into memory to avoid having to make changes on the underlying file when editing. For large files this might result in memory issues though.

link|improve this answer
feedback

CI Hex Viewer fits my expectations

link|improve this answer
This is a MacOx software only, while the OP asked for a Windows app. – barjak Sep 10 '11 at 8:34
feedback

From personal experience i can recommend 010 Editor, a very powerful hex editor. The unique feature of 010 is the ability to create templates so that you can label and find information in you hex file.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.