Text to percent-encoding
- Input length
- 14
- Output length
- 20
- Spaces
- %20 URI style
Use this free URL encode/decode tool to percent-encode query values or decode URL-encoded text, with optional plus-for-spaces handling.
Text to percent-encoding
Encode a query value that contains &, =, spaces, or punctuation.
Decode percent-encoded text back into readable text.
Handle plus signs as spaces for form-style values.
Check developer examples locally in the browser.
price%3D10%26tax%3D2
price=10&tax=2
hello+tools when plus mode is on
Plain-language answers about when to use the tool, what it does with your inputs, what to double-check, and how privacy works.
Use it when your task matches one of these common needs: Encode a query value that contains &, =, spaces, or punctuation. Decode percent-encoded text back into readable text. It works best when you already know the values, dates, units, or settings the page asks for.
In plain language: The tool uses percent-encoding for URL components: reserved characters become percent signs followed by two hexadecimal digits. The examples on the page are there so you can compare your inputs with a filled-out calculation before copying the answer.
Encode complete URLs and individual URL components differently. This tool is best for component values such as query parameters. Also check that you used the right unit, date, scale, or mode because small input changes can change the result.
No. The calculator runs in your browser tab. Your recent answers stay only on the page while you use it, and they are not sent to a server.