Dev Utilities

URL Encoder/Decoder

Convert text into URL-encoded (percent-encoded) form, or decode a URL-encoded string back to readable text. Useful for constructing query strings safely or making sense of an encoded URL parameter.

  • Files never leave your device
  • Runs entirely in your browser
  • Free, no account needed
Use URL Encoder/Decoder - free

Frequently asked questions

What characters get encoded?

Characters that are not valid in a URL, such as spaces, ampersands, and other reserved symbols, are converted to their percent-encoded form.

Is this the same as encoding a whole URL versus a single parameter?

This encodes text as a URL component (matching encodeURIComponent), the correct choice for individual query parameter values rather than a full URL with its scheme and slashes intact.

Is my text sent anywhere?

No, encoding and decoding happen entirely in your browser.

Encode or decode a URL - free and instant.

Open URL Encoder/Decoder
  • Files never leave your device
  • No upload required
  • No account needed
  • Unlimited use, always free