Percent-encode special characters in URLs and decode them. How to encode/decode URLs online with Bagiqo.
Special characters must be percent-encoded to live safely in a URL. Encoding user text before adding it to a query string prevents broken links and misinterpreted values.
Use URL encoder to encode and URL decoder to decode.
How to use them
Typical uses
- Building safe query strings.
- Decoding obfuscated links.
- Reading escaped values in logs.