Text Tools

URL Encode

URL encode strings online. Convert special characters to percent-encoded format for safe use in URLs.

url encodepercent encodeurl encoder onlineencode url string

How to Use URL Encode

  1. 1Paste the text or URL you want to encode.
  2. 2Click Encode.
  3. 3Copy the encoded output.

Example

Input
Hello World & more!
Output
Hello%20World%20%26%20more%21

Related Tools

Learn More

Frequently Asked Questions

What is URL encoding?+

URL encoding replaces unsafe ASCII characters with a % sign followed by hexadecimal digits.

When is URL encoding needed?+

When passing query parameters, form data, or special characters in URL strings.

What characters get encoded?+

Spaces, &, =, +, ?, #, %, and other non-alphanumeric characters are encoded.

Is the full URL encoded or just a component?+

Choose between 'Full URL' (preserves protocol/slashes) or 'Component' (encodes everything).

Is it private?+

Yes, encoding is done entirely in your browser.