Use Notepad++ as HEX-Editor

Uwe_98 picture Uwe_98 · Mar 11, 2020 · Viewed 45.3k times · Source

I'm using Notepad++, version 7.8.5 64bit on Windows 10. I'd like to use it as a Hex Editor.

I open a binfile, but Notepad shows it to me as a text with strange characters. In order to visualize the Hex-numbers, I select a part of the text, go and click on the voice

Plugins/Converter/ASCII-->HEX 

and it shows me the hex-numbers of the selected part. Now I'd like to see the whole file in hex, but it doesn't work. It seems that selecting some parts it works, other parts it doesn't.

I need to convert or visualize the whole file in HEX.

I have also tried:

Plugins/Plugins Admin…

but the HEX-Editor isn't there.

Thanks 4 help

Answer

help-info.de picture help-info.de · Mar 17, 2020

It seems to me you tried to install a hex editor and ended up in the wrong tool (Plug-In) Converter (ASCII -> HEX) as mentioned in your question above.

The installation process of the HexEditor is somewhat confusing because it is currently available only in the Plugins Admin for the 32-bit version.

A simple solution is to install a Notepad++ x32 version on a USB stick (e.g. using PortableApps).

But, and thanks to Peter Jones, here is a download link to the x64 version. and explanation to actually perform the manual install:

  • unzip the appropriate downloaded zipfile and open that containing folder (or have the zipfile open in windows explorer)
  • In Notepad++, use Plugins > Open Plugins Folder.
  • In the newly-opened plugins folder, add a subfolder HexEditor.
  • Copy the HexEditor.dll from the zipfile into the HexEditor subfolder… so it should be at ...\notepad++\plugins\HexEditor\HexEditor.dll
  • Close all open windows of Notepad++.
  • Restart Notepad++ again.
  • HexEditor should be available in the Plugins menu, and HexEditor.dll should be listed in the ? > Debug Info plugins list.

Successfully tested by Notepad++ Version 7.8.5 64bit on Windows 10. For further information see the links above. Please note a UAC problem, i.e. run Notepad++ as Administrator.