URL Encoder / Decoder
Encode or decode URLs using percent-encoding or Base64. Everything runs in your browser.
Encode or Decode a URL
Encodes all special chars including / ? & = (for query params and path segments)
Output will appear here
Common Encodings Reference
| Character | Encoded | Description |
|---|---|---|
| %20 | Space | |
| & | %26 | Ampersand |
| = | %3D | Equals |
| + | %2B | Plus |
| # | %23 | Hash |
| / | %2F | Forward slash (component only) |
| ? | %3F | Question mark (component only) |
Component vs Full URL encoding
Use Component when encoding a single parameter value (e.g. a search term). Use Full URL when encoding an entire URL that needs to be embedded somewhere else.
☕
Buy me a coffeeFind this useful?
These tools are free and ad-free. Support the project!