🔗

URL Encode/Decode

Percent-encode URLs

Frequently Asked Questions

What is URL encoding?
URL (percent) encoding replaces characters that are unsafe in a web address — like spaces, &, ? and non-English letters — with % followed by their code, so links and query strings work correctly.


URL-encode (percent-encode) text or decode an encoded URL string.