URL घटकों और क्वेरी स्ट्रिंग्स को सुरक्षित रूप से एन्कोड या डिकोड करें।
समस्या रिपोर्ट करेंप्रतिक्रिया भेजें
URL encoding (percent-encoding) replaces unsafe characters in URLs with a % followed by two hexadecimal digits. Browsers and APIs use it for query parameters, paths, and form data.
This tool applies encodeURIComponent and decodeURIComponent so you can safely prepare or inspect encoded URL fragments.
Paste plain text or an already-encoded URL fragment into the input.
Click Encode to percent-encode the text, or Decode to reverse it.
Copy the result for use in APIs, links, or debugging.
encodeURIComponent encodes more characters and is meant for individual query values. This tool uses encodeURIComponent for safer encoding of arbitrary text.
Decode when inspecting redirect links, analytics parameters, or API payloads that contain percent-encoded characters like %20 for spaces.
Yes, but encoding an entire URL may break scheme and host separators. Encode individual query values or path segments when possible.
Yes. This tool is completely free to use with no sign-up, no limits, and no hidden fees.
No. All processing happens entirely in your browser using client-side JavaScript. Your data is never sent to a server or stored anywhere.
Yes. PeasyDo tools work in modern mobile browsers on iOS and Android. For file tools, use a browser that supports file uploads and downloads.
No. Everything runs in your browser — no desktop app, plugin, or account required.
कोई बग मिला या कोई सुझाव है? हमें बताएं - इससे हमें इस टूल को बेहतर बनाने में मदद मिलती है।
टेक्स्ट, कोड और बहुत कुछ के लिए मुफ़्त ऑनलाइन उपयोगिताएँ - सभी आपके ब्राउज़र में निजी तौर पर चल रही हैं।