Skip to content
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.

URL-encode or decode text.

Text / URL
Output

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

  1. 1Choose a directionPick Encode or Decode.
  2. 2Paste your inputEnter the text or the encoded URL.
  3. 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.

Explore other tools