Skip to content
Leandro Lima

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

  1. 1Paste your URL or text fragment.
  2. 2Choose encode or decode, and component or full URI.
  3. 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