URL Encoder / Decoder
Percent-encode any string for use in URLs and query params.
Which mode?
- Component — encodes everything non-safe including
/ ? & = #. Use for values you're about to put into a query string. - Full URL — leaves structural characters (
/ ? & = #) alone. Use when you already have a fully-formed URL that needs Unicode characters percent-encoded.