URL Encoder / Decoder
Percent-encode or decode URLs and query components.
Files and text are processed locally in your browser. Tools that must reach the network say so explicitly.
About the URL Encoder / Decoder
Percent-encode and decode URLs. The Toolcenter URL Encoder switches between component encoding (for a single query value, escaping ?, &, =, /) and full-URL encoding (keeping the structure intact), and shows a breakdown of the protocol, host, path, hash and query parameters when you paste a full URL.
How to use it
- 1Choose encode or decode.
- 2Toggle “component” depending on whether it is a whole URL or one value.
- 3Paste your text.
- 4Copy the result and review the URL breakdown.
Key features
- Component and full-URL encoding modes
- Query-parameter table for pasted URLs
- Protocol / host / path / hash breakdown
- One-click copy and reuse
- Runs offline
Frequently asked questions
When should I use component encoding?+
Use it for a single query value or path segment — it escapes reserved characters. Use full-URL encoding to tidy a complete URL without breaking its structure.
Why does %20 appear instead of a space?+
That is the percent-encoded form of a space, required in URLs. Decoding turns it back into a space.
Can it show me a URL’s parameters?+
Yes. Paste a full URL and the tool lists every query parameter and value in a table.
Is anything uploaded?+
No. Encoding is local.
Also searched as
Related developer tools
JSON Formatter & Validator
Pretty-print, minify, validate and inspect JSON with a tree view.
Base64 Encoder / Decoder
Encode or decode text and files to and from Base64.
HTML Entity Encoder / Decoder
Escape and unescape HTML entities safely.
HTML / CSS / JS Minifier
Strip whitespace and comments to shrink front-end assets.
Code Beautifier
Reformat messy HTML, CSS, JS and JSON with configurable style.
Regex Tester
Test patterns with live match highlighting and group inspection.