Encode and decode URLs and query strings
Paste a URL or query string into a URL encoder to percent-encode special characters, or decode an encoded URL back to readable text. This keeps links and parameters safe to share and pass between systems. It runs free in your browser with no signup, and nothing is uploaded.
| Character | Encoded | Character | Encoded |
|---|---|---|---|
| Space | %20 | ! | %21 |
| # | %23 | $ | %24 |
| % | %25 | & | %26 |
| = | %3D | ? | %3F |
| @ | %40 | + | %2B |