URL एनकोडर डिकोडर ऑनलाइन — मुफ़्त percent-encoding

मुफ़्त URL एनकोडर और डिकोडर। क्वेरी स्ट्रिंग के लिए विशेष अक्षरों को %XX में बदलें या पठनीय टेक्स्ट में डिकोड करें।

URL या क्वेरी पैरामीटर पेस्ट करें। एनकोड विशेष अक्षरों को एस्केप करता है (स्पेस → %20 आदि); डिकोड उल्टा करता है।

सामान्य उपयोग

अक्सर पूछे जाने वाले प्रश्न

What's the difference between encodeURI and encodeURIComponent?+

This tool uses encodeURIComponent — it escapes every special character. encodeURI is more conservative (leaves slashes, &, =, etc.) and is meant for whole URLs, not for query parameter values.

Why didn't a + sign get decoded to space?+

Strict percent-encoding uses %20 for space, not +. The + → space mapping is application/x-www-form-urlencoded, an older form-encoding scheme used by HTML forms.

Is it safe to put credentials in a URL after encoding?+

No. Encoded or not, URL parameters appear in server logs, browser history and referrer headers. Use POST bodies or Authorization headers for credentials.

टूल्स

सुरक्षा सुझाव

डिफ़ॉल्ट पासवर्ड इस्तेमाल कर रहे हैं? NordVPN एन्क्रिप्शन से अपने नेटवर्क की सुरक्षा करें।