🧰 FreeTools

Codificador URL

Codifica y decodifica cadenas URL. Maneja caracteres especiales y codificación porcentual.

Plain Text21 chars
URL-Encoded
hello%20world%20%26%20foo%3Dbar

Preguntas Frecuentes

What is URL encoding?

URL encoding replaces unsafe ASCII characters with a '%' followed by two hexadecimal digits. It is required for transmitting data in URLs.

Should I encode the entire URL or just parameters?

Only encode the parameter values, not the full URL. Use EncodeURIComponent mode for individual parameter values.

Share:

Related Tools