URL Encoder/Decoder

Encode

Original URL

Encoded Result

Operation Mode

Instructions

  • EncodeConverts special characters in URL to %XX format
  • DecodeRestores encoded URL to original format
  • URL encoding is commonly used for Chinese and special characters in URL parameters
  • Encoded URL can be safely transmitted over the network