Codifica/decodifica URL
Percent-encoding
Informazioni su questo strumento
URL-encode or decode strings, and parse a full URL into its parts (protocol, host, path, query, hash).
FunzionalitÃ
- Encode/decode percent-escapes
- Parse URL components
- Pretty-print query parameters
- Local
Come si usa
- Paste text or a URL.
- Pick encode, decode or parse.
- Copy the result.
🔒 100% privato
Tutto avviene all'interno del tuo browser con JavaScript e WebAssembly. I tuoi file non vengono mai caricati su un server, mai memorizzati e mai visti da noi.
Domande frequenti
What's the difference vs Base64?
URL encoding escapes characters that aren't safe in URLs (?, &, spaces). Base64 turns binary into text.