URL Encode / Decode

Safely encode text for a URL component or read percent-encoded text.

Advertisement
URL workbenchYour text stays here

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.