URL Encode / Decode
How do I URL-encode text?
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
This tool converts text to and from percent-encoding (also called URL encoding), the scheme that represents characters unsafe for a URL — spaces, ampersands, question marks, accented and non-Latin letters, and so on — as a percent sign followed by their hexadecimal byte value, such as a space becoming %20. URLs can only reliably carry a limited set of ASCII characters, so anything outside that set has to be encoded or the URL risks being truncated, misparsed, or having its query parameters mixed up.
It is used by web developers building query strings and API requests by hand, by anyone needing to share a link that contains special characters or non-English text in a parameter, and by people decoding a long, unreadable URL they received to see what it actually says. It's a routine step whenever user-generated text — a search term, an email address, a file name — needs to be embedded inside a URL rather than sent as plain text.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)