notepad is a very convenient and practical editing tool. If you add some plug-ins, the function may be more powerful. Here we mainly introduce how to use notepad to view binary files
Baidu search HexEditor.dll and download it locally. (Recommended learning: notepad )
After downloading HexEditor.dll, place the plug-in HexEditor.dll in the plugins directory of the notepad installation directory
It only works in the plugins directory of the notepad installation directory. You need to restart the software after putting it in.
After selecting the binary file, right-click and select Notepad to open in the pop-up menu bar.
At this time, you can see that the binary file is garbled. Click the "Plug-in" item in the top menu bar.
You can see the new plug-in Hex-Editer in the drop-down menu, select the "Hex-Editer" option.
Then click the "View in HEX" option to see the contents of the binary file.
The above is the detailed content of How to view binary files using notepad++. For more information, please follow other related articles on the PHP Chinese website!