Codificatori e Crittografia
Codifica / Decodifica URL
Codificatore e decodificatore URL gratuito. Codifica in percentuale caratteri speciali per URL o decodifica stringhe codificate in percentuale. Funziona nel tuo browser, nessuna registrazione.
Nota dell'editore
Understanding · Percent signs, with a purpose.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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.
Le persone cercano anche
Letture correlate
Dal blog.(3)
Use with
What people reach for next.
Strumenti correlati
More in this room.
- Encode / Decode Base64Codifica e decodifica Base64 – compatibile Unicode.
- Codifica/Decodifica Entità HTMLEsegui l'escape o l'unescape di caratteri speciali HTML.
- Convertitore Esadecimale / Binario / OttaleConverti tra esadecimale, binario, ottale e decimale.
- Convertitore Data URLCodifica file come data URL e decodificali indietro.
- Codifica e Decodifica Base32RFC 4648 Base32 — in entrambe le direzioni, nel browser.
- Convertitore ASCII / UnicodeIspeziona ogni punto di codice di qualsiasi stringa.