Percent-Encoding (RFC 3986) Tool
Enter text and choose encode or decode for strict RFC 3986 percent-encoding.
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
RFC 3986 defines the syntax of URIs and reserves a small unreserved character set — letters A–Z, a–z, digits 0–9, and the four symbols - . _ ~ — as the only characters that never need escaping. Every other byte, including spaces, reserved delimiters like ? & / #, and non-ASCII characters, must be represented as a percent sign followed by its two-digit hexadecimal byte value (e.g. a space becomes %20), so the resulting string can safely travel inside a URL without breaking its structure.
This tool applies that exact rule set to encode arbitrary text into a URL-safe form, or reverses the process to decode a percent-encoded string back to readable text. Web developers use it when building query strings or redirect URLs by hand, and API developers and QA engineers use it to debug why a request parameter isn't matching what the server expects.
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)