134

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

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
TheEdge
  • 9,291
  • 15
  • 67
  • 135
  • 8
    How is such an up-voted question with several up-voted answers marked as off-topic? Does this send a message to admin?? – Michael Mar 08 '17 at 17:19
  • 3
    @Michael I don't think anyone thinks this is a bad question. People may just think it would fit better on another site, like Super User or Software Recommendations. – Stevoisiak May 05 '17 at 14:10
  • 8
    Sometimes I wish all the sites just folded into StackOverflow as it is sometimes really hard to pick one that fits best. And if you do then that site generally gets less attention than SO itself. – TheEdge May 06 '17 at 06:08
  • Read [this](https://github.com/chcg/NPP_HexEdit/releases) and [this](https://community.notepad-plus-plus.org/topic/14264/i-made-hexeditor-x64-working-what-next) – Aleksey Potapov Dec 18 '19 at 11:54
  • @AlekseyPotapov Why not get it included so that it is available via the Plugins Admin – TheEdge Dec 18 '19 at 21:25
  • Had a big struggle, it was due to wrapping of content inside the variable with a single quote. Using an eval we were able to solve this issue https://stackoverflow.com/questions/9733338/shell-script-remove-first-and-last-quote-from-a-variable , though it is not clear to me why it is getting wrapped inside single quotes – sakeesh May 27 '20 at 14:01

4 Answers4

56

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
ellak
  • 2,531
  • 20
  • 26
47

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.

Dialecticus
  • 16,400
  • 7
  • 43
  • 103
13

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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Lukasz Czerwinski
  • 13,499
  • 10
  • 55
  • 65
12

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 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.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
nablex
  • 4,635
  • 4
  • 36
  • 51