What is a good Windows hex editor / viewer? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T19:44:20Zhttp://stackoverflow.com/feeds/question/10426http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer19What is a good Windows hex editor / viewer?basszero2008-08-13T22:24:28Z2009-07-28T15:06:48Z
<p>I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows.</p>
<p>See <a href="http://home.online.no/~espensa/khexedit/documentation/khexedit.png" rel="nofollow" title="Compiler Construction (PDF)">KHexedit</a></p>
<p>Requirements:</p>
<ul>
<li>Free is best</li>
<li>View data at cursor as: byte, short, int, long, float, double (signed/unsiged where applicable)</li>
<li>Configure the endiance for multi-byte decoding</li>
</ul>
<p>"Nice to have" features:</p>
<ul>
<li>String decoding, null-term or selection based, ASCII/UTF-8/16</li>
<li>Create user defined "structures" to overlay and view fields</li>
</ul>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10431#104317Answer by Derek Park for What is a good Windows hex editor / viewer?Derek Park2008-08-13T22:28:29Z2008-08-13T22:28:29Z<p>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:</p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_hex_editors" rel="nofollow">Wikipedia: Comparison of Hex Editors</a><br />
<a href="http://en.wikibooks.org/wiki/Reverse_Engineering/Hex_Editors#Windows_Hex_Editors" rel="nofollow">Wikibooks: Windows Hex Editors</a></p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10433#104331Answer by Patrick for What is a good Windows hex editor / viewer?Patrick2008-08-13T22:28:47Z2008-08-13T22:28:47Z<p>I'm a big fan of <a href="http://www.kibria.de/frhed.html" rel="nofollow" title="Compiler Construction (PDF)">fhred</a>. It's free and it's met most of my requirements over the years.</p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10436#104361Answer by superjoe30 for What is a good Windows hex editor / viewer?superjoe302008-08-13T22:31:58Z2008-08-13T22:31:58Z<p>I can's swim in Windows without <a href="http://www.pspad.com/" rel="nofollow" title="Compiler Construction (PDF)">PSPad.</a></p>
<ul>
<li>Fast</li>
<li>Tabs</li>
<li>Syntax hilighting</li>
<li>Hex editor</li>
</ul>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10440#104407Answer by bruceatk for What is a good Windows hex editor / viewer?bruceatk2008-08-13T22:35:15Z2008-08-13T22:47:23Z<p>I use <a href="http://www.yurisw.com/HEdit.htm" rel="nofollow" title="Compiler Construction (PDF)">HEdit</a>. I've used it for years. It's fast and free. It has most of the features you want. </p>
<p><a href="http://www.hexworkshop.com/" rel="nofollow" title="Niklaus Wirth">Hex Workshop</a> has all the features you want (like Integrated Structure Viewer) but it's $50.</p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10447#104470Answer by basszero for What is a good Windows hex editor / viewer?basszero2008-08-13T22:43:43Z2008-08-13T22:43:43Z<p>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 ....</p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10481#104814Answer by Jon Galloway for What is a good Windows hex editor / viewer?Jon Galloway2008-08-13T23:32:33Z2008-08-13T23:32:33Z<p>If you already use Notepad++ there's a <a href="http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=222593" rel="nofollow">Hex Editor plugin</a>.</p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10507#105076Answer by OJ for What is a good Windows hex editor / viewer?OJ2008-08-13T23:57:08Z2008-08-13T23:57:08Z<p><a href="http://www.ultraedit.com/products/ultraedit.html" rel="nofollow">UltraEdit</a> is a wicked hex editor, as is <a href="http://www.hiew.ru/" rel="nofollow">HIEW</a> (though HIEW does look like DOS, which might turn you off). Unfortunatley they're both shareware, so require a license.</p>
<p>If you're looking for free, you could take a gander at <a href="http://www.softcircuits.com/cygnus/fe/" rel="nofollow">Cygnus</a>. It's not huge on features, but it's quick and it works.</p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/10510#105101Answer by Andrew Grant for What is a good Windows hex editor / viewer?Andrew Grant2008-08-14T00:00:04Z2008-08-14T00:00:04Z<p>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.</p>
<p>Some of my favorite/most used features;</p>
<ul>
<li>Hex editing / viewing (inc find/replace/insert/remove)</li>
<li>Source code highlighting / formatting</li>
<li>Integrates with the Windows shell</li>
<li>Tabbed interface</li>
<li>Basic file/folder diff built in (you can pay for a more expensive diff package)</li>
<li>List item Macros / Scripting</li>
<li>Freely converts back and forth between line endings and ANSI/UTF-8/UTF-16 etc</li>
</ul>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/102307#1023072Answer by Ace for What is a good Windows hex editor / viewer?Ace2008-09-19T14:33:03Z2008-09-19T14:33:03Z<p>HxD is great. :)</p>
<p><a href="http://mh-nexus.de/en/hxd/" rel="nofollow">http://mh-nexus.de/en/hxd/</a></p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/288638#2886385Answer by MattG for What is a good Windows hex editor / viewer?MattG2008-11-13T22:51:37Z2008-11-13T22:51:37Z<p>gvim -b file.bin</p>
<p>:%!xxd to view hex
:%!xxd -r to convert back</p>
http://stackoverflow.com/questions/10426/what-is-a-good-windows-hex-editor-viewer/1038800#10388000Answer by pjbeardsley for What is a good Windows hex editor / viewer?pjbeardsley2009-06-24T14:39:20Z2009-06-24T14:39:20Z<p>I've always been a fan of XVII:</p>
<p><a href="http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm" rel="nofollow">http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm</a></p>