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.
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.
%uXXXX for a safe round-trip).%20 (strict) or + (form-style).