URL

URL Encoder/Decoder

Encode and decode URL parameters and addresses — with three standard modes: Component, full URI and Form.

  • encodeURI
  • component
  • form-data
  • decode
Waiting for input...
url
Raw text or URL
1
Encoded output
Input length
Output length
Encoded character
Size change
Component for parameter values (full encoding), Full URI for full addresses containing ://:? (these characters are left untouched), and Form is suited to query strings, where spaces become +.