vote up 21 vote down star
5

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
flag

11 Answers

vote up 9 vote down check

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|flag
vote up 9 vote down

I use HEdit. I've used it for years. It's fast and free. It has most of the features you want.

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

link|flag
Just tried HEdit, and it worked really well. – Jared Harley Aug 9 at 4:05
1  
And Hex Workshop is now $90. – I. J. Kennedy Oct 26 at 5:05
vote up 5 vote down

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|flag
vote up 5 vote down

gvim -b file.bin

:%!xxd to view hex :%!xxd -r to convert back

link|flag
vote up 4 vote down

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

link|flag
vote up 2 vote down

HxD is great. :)

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

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

I can's swim in Windows without PSPad.

  • Fast
  • Tabs
  • Syntax hilighting
  • Hex editor
link|flag
vote up 1 vote down

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|flag
vote up 0 vote down

doh! I should have known wiki would do all of the work for me. Now I just have to wade through and find the best editor ... or write my own ....

link|flag
vote up 0 vote down

I've always been a fan of XVII:

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

link|flag

Your Answer

Get an OpenID
or

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