Input
Enter plain text to URL-encode
Mode
URL encoding converts special characters into percent-encoded format. Space → %20, & → %26, / → %2F.
Result
Enter text to see result
Enter text to see the encoded result.
URL encoding (percent-encoding) converts unsafe characters for use in URLs. Space → %20, ! → %21, & → %26, / → %2F.
How to Use
- Choose mode :- Encode (plain text → percent-encoded) or Decode (percent-encoded → plain text)
- Enter text :- Paste your plain text or URL-encoded string
- Click Encode/Decode :- View the result and copy it
Common encodings: space → %20, ! → %21, " → %22, # → %23, & → %26, ' → %27, / → %2F, : → %3A, = → %3D, ? → %3F.