Show hexadecimal/ASCII codes on Notepad++ 6.3

29

3

Is there a way to show the hexadecimal/ASCII for all text showing in the editor?

I use Windows XP and Notepad++ 6.3

mpajoh

Posted 2013-02-28T13:31:41.053

Reputation: 321

Related: Why does Notepad++ disable the HexEditor plugin?

– Peter Mortensen – 2017-10-23T13:56:53.913

Cross-site duplicate (or the other way around): A hex viewer / editor plugin for Notepad++?

– Peter Mortensen – 2017-10-23T13:59:26.030

Answers

16

If you're just looking for non-standard character values, you can select View > Show Symbols > Show all characters.

Classical ASCII values below 32 will be shown with the names in the top right picture here. "HT" is the Tab character with ASCII value 09, "LF" is linefeed (newline character), and so on. But most of the rest will show a hex code for the value if it's not an actual visual symbol in the current encoding.

Henrik Erlandsson

Posted 2013-02-28T13:31:41.053

Reputation: 299

4Notepad++ guys need to review their menus as I just spent 10 mins looking for it in preferences. – www-0av-Com – 2017-12-13T13:42:03.340

6

Here you can find a lot of plugins for Notepad++: http://sourceforge.net/projects/npp-plugins/

An hex-editor-plugin is along too: http://sourceforge.net/projects/npp-plugins/files/Hex%20Editor/

p4553d

Posted 2013-02-28T13:31:41.053

Reputation: 221

5

In addition to the plugins mentioned above, there's the TextFX plugin (explained here: https://stackoverflow.com/questions/12699833/textfx-menu-is-missing-in-notepad )

With it, you can select TextFX Convert > Convert text to hex-16

Tom Shmaya

Posted 2013-02-28T13:31:41.053

Reputation: 51

3

In fact there is a plugin that comes as an "HexEditor.dll" with 270336 byte in size. Copy it to "plugin" folder.

It works with 32-bit version of Notepad++ only. Looks like there is no 64-bit Version. Unfortunately NPP disables the plugin (moves to disabled folder) when upgrading NPP. It says there are known issues. I've never ran into those. it works fine for me. Sourcecode is available and one really should forge the code and redo some stuff. I recommend the use of free hex-editor "hxd" anyway for more than a quick view into the binary.

Uli Herrmann

Posted 2013-02-28T13:31:41.053

Reputation: 31

I found a sequence of chars that did not show up in Notepad++ show all symbols. They did show up in HxD. They are there shown as E2 80 8B. – Thor Hovden – 2018-04-03T08:52:26.800

1HxD <-- I second that. See both hex and ASCII. Edit, insert, delete, save. It's dreamy. – Bob Stein – 2019-06-05T15:56:02.867

0

I've found the HEX_Editor for Notepad++ x64.

https://github.com/chcg/NPP_HexEdit/releases

Doug LN

Posted 2013-02-28T13:31:41.053

Reputation: 1