URL Encoder / Decoder

URL Encoding Guides

Short concept guides on URL encoding and query strings.

What is Percent-Encoding (URL Encoding)?How percent-encoding lets you safely put spaces, non-ASCII text and special characters into a URL, and what the %XX notation means. URL Reserved Characters ExplainedThe difference between reserved characters, which carry structural meaning in a URL, and unreserved characters you can use as-is. Query String Structure & ParsingHow a `?key=value&key2=value2` query string is built and how to parse it safely.