Codifica URL

Incolla il tuo testo qui sotto e clicca Codifica per codificarlo in percentuale per l’uso negli URL. Tutta l’elaborazione avviene localmente nel tuo browser.

Copiato!

What is URL Encoding?

URL encoding (percent-encoding) replaces unsafe characters in a URL with a % followed by two hexadecimal digits. For example, a space becomes %20 and & becomes %26.

Standard mode encodes all special characters - use it when encoding a single value (e.g. a search query). Full URL mode preserves URL-structural characters like :, /, ?, # - use it when encoding an entire URL.