Free tool
URL Encode and Decode
Percent-encode a query value, or decode a messy URL parameter.
- Character Count
- 0
- Word Count
- 0
- Line Count
- 0
Query-safe text
Spaces become %20 (or + in older form). Use this when a UTM value or a search phrase has to sit inside a URL. The UTM builder already encodes campaign fields for you.
FAQ
Should I encode a whole URL?
Usually you encode a query value, not the entire address including https://. Encoding the whole string will break the scheme.