Encode & Decode
URL Encoder / Decoder
Encode, decode and inspect URLs and query strings.
Mode
Scope
Component encodes everything unsafe (for a single query value or path segment). Full URL keeps reserved characters like :/?#&= intact.
URL parser
Paste a full URL to break it into its parts and query parameters.
No URL yet
Paste a URL above to see its breakdown.
About this tool
Percent-encode or decode URLs and components, and parse any URL into its parts with a query-parameter table. Keep special characters safe in links.
- 1Paste a URL or fragment and choose component or full-URL encoding.
- 2Decode encoded strings back to readable text in one click.
- 3Parse a full URL into protocol, host, path, query and hash.
- 4Inspect every query parameter in a clean key/value table.
Private by design
Everything runs locally in your browser. Your text, files and images are never uploaded to a server — the entire tool works offline once the page has loaded.
Keep going