URL encoder & decoder
Percent-encode and decode URLs, with a query string breakdown.
Converters100% client-side
Input
Output
Recent
Nothing here yet.
About this tool
Applies and reverses percent-encoding, with a choice between component encoding — which escapes the reserved characters &, =, ?, / and # — and full-URI encoding, which leaves the structural ones intact. Picking the wrong one is a common source of parameters that silently truncate.
Paste a complete URL and the tool also splits it into its parts and lists the query parameters decoded, which is often faster than reading a long encoded string character by character.
How to use it
- 1Paste your URL or text fragment.
- 2Choose encode or decode, and component or full URI.
- 3Check the query parameter table when you pasted a complete URL.
Privacy
This tool runs entirely in your browser. Nothing you type or paste is sent to a server, and your local history is stored only on this device.
Related tools
- Base64 encoder & decoderEncode and decode Base64, including the URL-safe variant.
- Unix timestamp converterConvert Unix timestamps to readable dates and back, in UTC or local time.
- Color converterConvert between HEX, RGB and HSL with a live preview.
- Markdown previewRender Markdown to HTML side by side, and export the markup.
