Encode and decode URLs and URI components for web development. Support for both encodeURI and encodeURIComponent methods with automatic detection.
Encode and decode URLs and URI components for web development and data transmission
Encodes complete URLs, preserving URL structure. Doesn't encode:: / ? # [ ] @
Encodes URL components, including reserved characters. Use for query parameters and form data.
Encode search terms and form data in URL parameters
Properly format URLs for REST API calls and webhooks
Safely transmit text data through URLs and forms
Encode email addresses and subject lines in mailto links
Reference table for frequently encoded characters
→%20!→%21#→%23$→%24%→%25&→%26+→%2B=→%3D?→%3F@→%40[→%5B]→%5D