002.2
URL
001
INPUT
002
OUTPUT
Encoded URL will appear here
003
ABOUT URL ENCODING
URL encoding (percent-encoding) converts characters into a format that can be safely transmitted over the internet. Special characters are replaced with a percent sign (%) followed by hexadecimal digits.
Common uses: Query strings, form data, API parameters, encoding spaces and special characters in URLs.
Examples: Space → %20, @ → %40, / → %2F, ? → %3F