Codificadores y Cifrado
Codificar / Decodificar URL
Codificador y decodificador de URL gratuito. Codifica caracteres especiales para URLs o decodifica cadenas codificadas. Se ejecuta en tu navegador, sin registrarse.
Nota del editor
Understanding · Percent signs, with a purpose.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
Quick answers.
›What's the difference between encodeURI and encodeURIComponent?
encodeURIComponent escapes more characters (like / and ?), making it safe for query string values. We use it by default — the right choice for most cases.
›When do I need URL encoding?
Any time you put special characters (spaces, &, ?, #, accented letters) in a URL — query strings, path segments, fragments, anywhere.
›Are spaces encoded as %20 or +?
Both work. We use %20 by default (RFC 3986). + is only safe in query strings and is form-encoding, not URL-encoding.
›Is my input sent anywhere?
No — runs entirely in your browser.
›Is the tool free?
Yes — fully free, no signup.
La gente también busca
Lectura relacionada
Del blog.(3)
Use with
What people reach for next.
Herramientas relacionadas
More in this room.
- Codificar / Decodificar Base64Codifica y decodifica Base64 — seguro para Unicode.
- Codificar / Decodificar Entidades HTMLEscapa o desescra los caracteres especiales de HTML.
- Convertidor Hex / Binario / OctalConvierte entre hexadecimal, binario, octal y decimal.
- Convertidor de Data URLCodifica archivos como data URLs y decodifícalos de vuelta.
- Codificador y Decodificador Base32RFC 4648 Base32 — en ambas direcciones, en el navegador.
- Convertidor ASCII / UnicodeInspecciona cada punto de código de cualquier cadena.