In this example, we will take a look at how to Encode/Decode URL Query String in Notepad++,
Encoding URL Query String:
- Open Notepad++,
- Copy and Paste the URL string in one of the tab,
- Now select all the text (Control + A),
- Goto Menu: Plugins -> MIME Tools -> URL Encode
- Text will get encoded.

https://code2care.org/query=This is a search query, A&B Welcome!
After Encoding:
https://code2care.org/query=This%20is%20a%20search%20query,%20A%26B%20Welcome!
Decoding URL Query String:
- Copy and Paste the URL string in one of the tab,
- Now select the text from the URL that you want to decode,
- Goto Menu: Plugins -> MIME Tools -> URL Decode
- Text will get decoded.
https://code2care.org/query=This%20is%20a%20search%20query,%20A%26B%20Welcome!
After Encoding:
https://code2care.org/query=This is a search query, A&B Welcome!
✌️ Try out our Online URL Encoder Decoder
- Notepad++ Editor alternatives for macOS
- How to add or remove bookmark on a line in Notepad++
- Notepad++ do not show CRLF characters
- Reduce the size of Tabs on Notepad++
- Delete blank lines in a file using Notepad++
- Fix: Notepad++ bottom status bar not visible
- Notepad++ Hex Editor
- How to show End of Line Characters in File using Notepad++
- [Tutorial] Write And Run Python Code In Notepad++ Editor
- How to install XML Tools Plugin Notepad++
- Customizing Notepad++ New Document Line Encoding: CR/LF/CR LF
- How to remove blank lines from a file using Notepad++
- Column Mode Editing in Notepad++
- Convert text to random case using Notepad++
- How to recover unsaved notepad file Windows 10
- How to delete all text after a character or string in Notepad++
- Setting up Cloud feature with Notepad++
- Install Notepad++ silently using Windows Powershell
- Using Document Map in Notepad++
- Enabling Notepad++ Dark Theme
- [Fix] Notepad++ tab not visible (hidden)
- Where are Notepad++ macros stored?
- Multiple line editing in Notepad++
- Alternatives for Notepad++ on Mac in 2021
- [Nopepad++] How to add text at end of each line
- connection.url property value in hibernate.cfg.xml for mysql - Java
- How to migrate SharePoint Designer 2010 workflow to Power Automate FLOW (Microsoft Office 365) - SharePoint
- Get Word Count in TextEdit - MacOS
- The declared package does not match the expected package Eclipse - Android
- Find Java JRE Installation location Mac OS X - Mac-OS-X
- java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. - Android
- Json Serialization and Deserialization using Java Jackson - Java
- Quickly install Apache Server on Ubuntu Linux - Ubuntu