BBuildQuill
أدوات المطوّرين

مشفّر/فاكّ ترميز URL

Encode or decode URLs and query parameters.

كيفية استخدام مشفّر/فاكّ ترميز URL

1

Choose encode or decode

Select whether you want to encode plain text into a URL-safe format or decode an encoded URL back to readable text.

2

Pick the encoding type

Choose Component for query parameter values or Full URL to preserve URL structure characters.

3

Convert and copy

Click Convert to process your input, then use the Copy button to grab the result.

حول أداة مشفّر/فاكّ ترميز URL

Encode or decode URLs and query parameters. تعمل أداة مشفّر/فاكّ ترميز URL المجانية من BuildQuill بالكامل داخل متصفحك. لا تُرسل أي بيانات إلى أي خادم، مما يحافظ على خصوصية معلوماتك. لا حاجة إلى تسجيل أو تثبيت.

  • مجانية الاستخدام بدون الحاجة إلى حساب
  • تعمل في جميع المتصفحات الحديثة
  • تتم كل المعالجة محليًا داخل متصفحك
  • جزء من مجموعة أدوات المطوّرين في BuildQuill

الأسئلة الشائعة

What is the difference between encodeURI and encodeURIComponent?
encodeURI encodes a full URL but preserves characters like colons and slashes. encodeURIComponent encodes everything, making it ideal for query parameter values.
When should I URL encode my strings?
You should URL encode strings whenever you pass special characters in query parameters, form data, or API requests to avoid breaking the URL structure.
Can I decode a URL that has been encoded multiple times?
Yes. Simply run the decoder multiple times until the output matches the input, which means all encoding layers have been removed.

أدوات ذات صلة