Home  >  Article  >  Development Tools  >  How to display hexadecimal in notepad++

How to display hexadecimal in notepad++

(*-*)浩
(*-*)浩Original
2019-08-05 11:33:4618910browse

When I was studying java bytecode files, I wanted to see the hexadecimal encoding of the bytecode files, but the original notepad (notepad that I downloaded and installed) did not display the hexadecimal encoding function. At this time we need to manually install the HEX-Editor plug-in.

How to display hexadecimal in notepad++

Step one: Open notepad’s plug-in manager (recommended learning: notepad )

How to display hexadecimal in notepad++

Step 2: Find HEX-Editor, check the box, and install

How to display hexadecimal in notepad++

Step 3: Restart notepad , open the file you want to view, plug-in——>HEX-Editor——>View in HEX. At this time we can use notepad to display the hexadecimal encoding of the text file.

Supplement: Open the installation directory of notepad, and there is an additional HEX-Editor in the plugins sub-file. .dll file, this file is the HEX-Ediotr plug-in.

The above is the detailed content of How to display hexadecimal in notepad++. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn