URL Encode & Decode

Convert text to safe URL strings or decode encoded URLs.

All processing happens in your browser
Encode
Text → URL Safe
Decode
URL Safe → Text

Note: Useful for query strings, API calls, and safely passing data in URLs.