URL
URL Encoder/Decoder
Encode and decode URL parameters and addresses — with three standard modes: Component, full URI and Form.
Raw text or URL
1
Encoded output
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 +.