Encoding & Utility Tools
URL Encoder & Decoder
Percent-encode and decode URL components, parse full URLs into their constituent parts,
inspect and decode all query string parameters individually, and build query strings
from key-value pairs. Uses native encodeURIComponent(),
decodeURIComponent(), and the URL API.
All processing happens locally in your browser. No data is uploaded.
Mode:
Text to Encode
Encoded Output
Output will appear hereβ¦
Full URL to Parse
URL Components
Query Parameters
Base URL (optional)
Parameters
Built URL
Built URL will appear hereβ¦