Encode reserved characters for safe URLs, or decode percent-encoded strings back to readable text.
When to use this
- Prepare query strings and URL paths for safe transmission over the web.
- Decode encoded links and parameters to inspect values during debugging.
- Supports both full URLs and raw query strings in a single tool.