URL Encode / Decode
Encode for the URL bar.
Percent-encode text so it is safe in a URL, or decode an encoded value back to readable text — all in your browser.
What is the URL Encode / Decode?
BYAFT's URL tool percent-encodes text for safe use in URLs and decodes encoded values back to readable text, right in your browser. No sign-up, and nothing uploaded.
Use it to build a query string, decode a link parameter, or debug an encoded URL.
How to use the URL Encode / Decode
- 1Choose a directionPick Encode or Decode.
- 2Paste your inputEnter the text or the encoded URL.
- 3Copy the resultCopy the converted output.
What you can use it for
- Building a safe query-string value
- Decoding a URL parameter
- Debugging an encoded link
- Encoding text with spaces or symbols
Frequently asked questions
What encoding does it use?
It uses standard percent-encoding (encodeURIComponent / decodeURIComponent), the same scheme browsers use for URL components.
Is my input uploaded?
No. Everything runs in your browser; your text never leaves your device.
Is it free?
Yes — URL encoding and decoding is free with no sign-up.