Herramientas para desarrolladores

URL Encode / Decode

URL Encoder converts text to percent-encoded form that's safe to use in URLs and query strings, and decodes encoded URLs back to readable text.

Última actualización: July 2026

Encode text for safe use in URLs or decode percent-encoded URLs back to text. Free, instant, in-browser URL encoder/decoder.

URL Encode / DecodeFunciona en tu navegador

Loading tool…

Cómo usar URL Encode / Decode

  1. Paste your text or encoded URL.
  2. Choose Encode or Decode.
  3. Copy the result.

Preguntas frecuentes

What does URL encoding do?

It replaces characters that aren't URL-safe (spaces, &, ?, etc.) with percent-encoded equivalents like %20.

Does it support full encoding?

Yes — it uses encodeURIComponent, which encodes reserved characters for use inside query parameters.

Is it private?

Yes, encoding and decoding run in your browser.

herramientas para desarrolladores relacionadas