Encode a query parameter containing spaces and punctuation.
URL Encoder / Decoder
Safely encode or decode URL components directly in your browser.
Encode URL components
Use percent-encoding when text needs to be safely placed inside a URL component. Decode it again to recover the original text.
Your input stays in the browser and is never sent to a server.
FameOrbit