¿Qué es?
The URL encoder/decoder converts special characters in a URL to percent-encoding (e.g. space to %20), or decodes an encoded URL back to readable form.
¿Por qué usarlo?
Useful when building links with non-ASCII or spaces, or when interpreting encoded URLs.
Cómo usar esta herramienta
Enter a URL or text, then click "Encode" or "Decode". Copy the result for use in links or API calls.
Processing is done only in the browser; input is not sent to the server.