About PercentURL

A free, private URL encoder and decoder that runs entirely in your browser.

PercentURL turns any string or full URL into percent-encoded form (and decodes it back) so it can travel safely inside links, query strings, and APIs. Everything is computed on your device — there is no server, no account, and nothing you type is ever sent anywhere.

What it does

URL encoding replaces unsafe characters (spaces, &, =, ?, non-ASCII text, etc.) with a %XX escape so the data keeps its meaning when placed in a URL. Decoding reverses it. This is the same encoding used by web browsers and servers everywhere.

Four controls

Private by design