๐Ÿ”— URL Encoder

Percent-encode text so it can travel safely inside a URL. The three encodings below cover every common case โ€” pick the one that matches where the value is going. Everything runs in your browser.

Encoded live as you type.
๐Ÿ’ก Which one do I need? Use component encoding for a single query-string value or path segment โ€” it is the safe default. Use full URL encoding only when the text is already a complete URL. Use form encoding for application/x-www-form-urlencoded bodies, where spaces become +.