Home > Development Tools > notepad > body text

How to display hexadecimal in notepad++

(*-*)浩
Release: 2019-08-21 15:46:15
Original
18953 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template