Encode text for use in URLs (percent-encoding).
This URL Encoder helps developers safely include text in URLs and query strings. It converts special characters (like spaces, &, and =) into percent-encoded values so links don’t break.
Is this tool free to use?
Does the tool run in the browser?
Is my data uploaded to a server?
Can I use this tool for large files?
Input
hello world & page=1
Output
hello%20world%20%26%20page%3D1