Privvert logoPrivvert

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

  1. Paste text or a URL.
  2. Pick encode, decode or parse.
  3. 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.