← Back to Home

URL Encode / Decode

Encode or decode URL strings for safe transmission

Mode: ENCODE
Output will appear here...

About URL Encoding

URL encoding converts characters into a format that can be transmitted over the Internet. Special characters are replaced with a percent sign (%) followed by hexadecimal digits.

Common Encodings:

  • Space → %20
  • ! → %21
  • # → %23
  • & → %26
  • = → %3D