A hex viewer / editor plugin for Notepad++?

Notepad++

Notepad++ Problem Overview


I have had a look through the plugins as well as searched the forum for Notepad++ and have not seen a solution to editing data as hex in Notepad++.

I am after the same kind of functionality that UltraEdit offers (see the screenshot below) where you can edit the document either directly or via entering new hex characters.

Screenshot from UltraEdit's hex editor

Notepad++ Solutions


Solution 1 - Notepad++

There is an old plugin called HEX Editor here.

According to this question on Super User it does not work on newer versions of Notepad++ and might have some stability issues, but it still could be useful depending on your needs.

Solution 2 - Notepad++

Is a completely different (but still free) application an option? I use HxD, and it serves me better than the Notepad++ plugin. It can calculate hashes, open memory of a process, it is fast at opening files of any size, and it works exceptionally well with the clipboard.

I used to use the Notepad++ plugin, but not anymore.

Solution 3 - Notepad++

According to some comments on Super User it still works :) It just should be copied back to the plugins folder (if it's in the disabled folder) or downloaded from Plugins Central. I have downloaded it a few minutes ago and succeeded in using it.

Of course, be warned: this plugin COULD be unstable in some situations - that's why it was disabled.

Solution 4 - Notepad++

The hex editor plugin mentioned by ellak still works, but it seems that you need the TextFX Characters plugin as well.

I initially installed only the hex plugin and Notepad++ would no longer pop up; instead it started eating memory (killed it at 1.2 GB). I removed it again and for other reasons installed the TextFX plugin (based on https://stackoverflow.com/questions/5489128/find-multiple-lines-in-notepad)

Out of curiosity I installed the hex plugin again and now it works.

Note that this is on a fresh install of Windows 7 64 bit.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionTheEdgeView Question on Stackoverflow
Solution 1 - Notepad++ellakView Answer on Stackoverflow
Solution 2 - Notepad++DialecticusView Answer on Stackoverflow
Solution 3 - Notepad++Lukasz CzerwinskiView Answer on Stackoverflow
Solution 4 - Notepad++nablexView Answer on Stackoverflow