About This Tool
What is URL এনকোডার / ডিকোডার?
A tool for encoding and decoding URL strings. URL encoding is essential when web addresses contain special characters, spaces, or non-ASCII characters like CJK text. It ensures safe transmission of query parameters in web requests.
How to Use
- Enter the string you want to encode or decode in the input area.
- Click 'Encode' to convert special characters to percent-encoding (%XX).
- Click 'Decode' to restore encoded strings to their original characters.
- Copy the result for use in your project.
Key Features
- Standard URL encoding based on encodeURIComponent
- Full support for non-ASCII characters including CJK
- Bidirectional encode/decode conversion
- Real-time result display
Tips
- Special characters like &, =, ?, and # must be encoded in URLs to work as intended.
- Spaces are converted to %20 or + during URL encoding.
- Always encode user input in query parameters when making API calls.
URL এনকোডার / ডিকোডার
URL স্ট্রিং এনকোড বা ডিকোড করুন
Frequently Asked Questions
encodeURI() এবং encodeURIComponent() এর পার্থক্য?▼
encodeURI() :, /, ? এবং # সংরক্ষণ করে। encodeURIComponent() সবকিছু এনকোড করে, প্যারামিটার মানের জন্য উপযুক্ত।
স্পেস কেন %20 বা + হয়?▼
%20 URL-এ স্ট্যান্ডার্ড। + শুধু application/x-www-form-urlencoded-এ। %20 বেশি সার্বজনীন।
নন-ASCII অক্ষর এনকোড করতে হবে?▼
হ্যাঁ। নন-ASCII অবশ্যই এনকোড করতে হবে। ব্রাউজার ডিকোড দেখায়, কিন্তু HTTP এনকোড ফর্ম ব্যবহার করে।
Related Tools
কোডেক (এনকোডার / ডিকোডার)
Base64, Base64URL, Base32, Hex এবং ASCII85-এ টেক্সট এনকোড ও ডিকোড করুন
ডেটা ফরম্যাট কনভার্টার
JSON, YAML, TOML, XML, INI এবং Properties ফরম্যাটের মধ্যে রূপান্তর ও যাচাই করুন
হ্যাশ জেনারেটর
টেক্সট থেকে MD5, SHA-1, SHA-256, SHA-512 হ্যাশ তৈরি করুন
JWT এনকোডার / ডিকোডার
JWT টোকেন এনকোড বা ডিকোড করুন
Regex টেস্টার
রিয়েল-টাইম ম্যাচিং সহ রেগুলার এক্সপ্রেশন পরীক্ষা করুন
কেস কনভার্টার
টেক্সটকে camelCase, PascalCase, snake_case এবং আরও অনেকের মধ্যে একসাথে রূপান্তর করুন