Notepad++ Hex Editor

If you want to edit HEX code or covert text to hex or vice versa, you can make use of Notepad++

Let's see examples:

Convert text to hex:

    1. Open your file Notepad++, or copy you text in a tap,
    2. Select you text
    3. Now go to Plugins: Converter -> ASCII to HEX
    4. You will see your text is converted in hex code
    Hex editor - Notepad++

Convert hex to text:

    1. Open your hex file Notepad++, or copy you text in a tap,
    2. Select your hex code in the tab,
    3. Now go to Plugins: Converter -> HEX to ASCII
    4. You will see your hex code is converted in text

Related Article: https://code2care.org/pages/ascii--hex-conversion-notepadplusplus

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!