πŸ”— URL Encoder/Decoder

← Back to Dytik

Input (Plain Text)

Output (Encoded)

πŸ“š Common Examples (Click to Try)

ℹ️ About URL Encoding

  • URL encoding (percent encoding) converts characters into a format that can be transmitted over the Internet
  • Special characters are replaced with % followed by their hexadecimal ASCII value
  • Spaces become + or %20
  • Letters, numbers, and - _ . ~ are not encoded

AdSense Ad Space

What Characters Get Encoded?

URL encoding replaces unsafe ASCII characters with a % followed by two hexadecimal digits.

Common Encodings