When I was studying java bytecode files, I wanted to see the hexadecimal encoding of the bytecode files, but the original notepad (the notepad I downloaded and installed) did not view the hexadecimal encoding. Encoding function. At this time we need to manually install the HEX-Editor plug-in.
Method 1:
Step 1: Open notepad’s plug-in manager.
Step 2: Find HEX-Editor, check the box, and install it.
Related recommendations: "Notepad usage graphic tutorial"
Step 3: Restart notepad and open the file you want to view. Plug-in——>HEX-Editor——>View in HEX. At this time we can use notepad to view the hexadecimal encoding of the text file.
Supplement: Open the installation directory of notepad, and there is an additional HEX-Editor.dll file in the plugins sub-file. This file is the HEX-Ediotr plug-in.
Method two: (You can use method one but not method two)
The first step: from the Internet (https://sourceforge.net/projects/npp- plugins/files/Hex Editor/) to download the Hex-Editor.dll file.
Step 2: Then copy it to the plugins subfolder of your own notepad installation directory.
Step 3: Finally restart notepad.
The above is the detailed content of What should I do if notepad opens hexadecimal garbled characters?. For more information, please follow other related articles on the PHP Chinese website!