Free
URL Encoder
Encode text for safe use in a URL query string.
Your text is processed in your browser and is not uploaded to our servers.
Nothing encoded yet
Paste a query value. Spaces, &, ?, #, and non-ASCII characters will be percent-encoded.
How to use
- 1Paste the value you want to put in a URL.
- 2Click Encode.
- 3Copy the encoded value into your query string.
Features
- Percent-encodes reserved characters
- Uses encodeURIComponent rules
- Helpful for query values, not whole URLs
- Encoding stays in your browser
FAQ
Related tools
- URL DecoderDecode a percent-encoded URL or query value back to readable text.
- Base64 EncoderEncode text to Base64 in your browser with this free encoder.
- JSON FormatterFormat and indent JSON so it is easy to read, with this free JSON formatter.
- JSON ValidatorCheck whether JSON is valid and see a plain-language error if it is not.