Skip to content
QKQuickKit日本語
EncodingLOCALRuns in your browser

URL Encoder / Decoder

Percent-encode or decode URLs, query parameters, and form values in the browser.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

Output

How it works

Component encoding escapes reserved characters like & = ? / and is for a single query value or path segment. Whole-URI encoding preserves those characters. Form encoding uses + for spaces (application/x-www-form-urlencoded).