Codificatore URL / Decodificatore
Encode special characters in URLs or decode URL-encoded strings. Real-time preview of both encoded and decoded output.
Paste a URL or text with special characters
Result
Cos'è la conversione da Input a Output?
URL encoding converts special characters in URLs to percent-encoded format. FreeCVT encodes and decodes entirely in your browser.
Capire i Formati
URL/Text Format
URLs may contain special characters that need encoding for safe transmission.
Formato URL Codificato
Percent-encoded URLs replace special characters with percent-XX hex codes.
Quando Usare Questo Convertitore
- Encode query parameters for API calls
- Decode encoded URLs to read them
- Prepare URLs for web scraping
Limitazioni
- Double-encoding can occur if applied multiple times
- Edge cases with Unicode may vary
- Not a full URL validator
Perché FreeCVT?
100% Privato
Everything is processed in your browser. Nothing is uploaded to any server.
Real-time Preview
See both encoded and decoded results simultaneously as you type.
Funziona Ovunque
Runs on any device with a modern browser. No installation required.
Domande Frequenti
When should I URL-encode?
When passing data in URL query strings or API parameters.
Cos'è la conversione da URL/Text a Encoded URL?encodeURI vs encodeURIComponent?
encodeURI encodes fewer characters. encodeURIComponent encodes more.
I miei dati vengono caricati?
No. Everything happens in your browser.