Encode special characters for URLs or decode encoded URLs back to readable text.
Encode individual URL components using encodeURIComponent for query parameters.
Encode complete URLs using encodeURI while preserving URL structure characters.
Decode percent-encoded URLs back to readable text with one click.
All encoding and decoding happens in your browser. Nothing is sent to any server.