URL Encoder
Percent-encode text so it is safe to place in URLs and query strings.
Runs locally · Nothing uploaded
Plain text
URL-encoded
Result will appear here…Advertisement
About URL Encoder
Applies percent-encoding to text so spaces, ampersands, unicode characters, and other reserved symbols survive inside a URL. Uses encodeURIComponent semantics, which is what you want for query string values. Paste a whole value or a fragment and copy the encoded result.
Related tools
EncodingRuns locally in your browser.URL DecoderDecode percent-encoded URLs and query strings back to plain text.API & HTTPRuns locally in your browser.Query String ParserBreak a query string into decoded key-value pairs.API & HTTPRuns locally in your browser.URL ParserSplit a URL into protocol, host, port, path, query, and fragment.