When to URL-encode text
URL encoding replaces reserved or unsafe characters with percent codes. This tool uses component encoding, which is appropriate for individual query values or path pieces rather than an entire URL.
Safely encode text for a URL component or read percent-encoded text.
URL encoding replaces reserved or unsafe characters with percent codes. This tool uses component encoding, which is appropriate for individual query values or path pieces rather than an entire URL.