All tools
Tools
URL encoder / decoder
Percent-encode or decode strings the same way browsers treat query parameter values. Enable per-line mode when you have a list of paths or keys.
Uses encodeURIComponent / decodeURIComponent (UTF-8). For full URLs, prefer encoding only the query parameter values you control — not the whole scheme/host unless you know why.