URL Encode / Decode
Percent-encode or decode URL components.
إدخال
إخراج
Encode text for safe use in URLs or decode percent-encoded strings.
طريقة الاستخدام
- Choose Encode or Decode.
- Enter your text.
- Copy the output.
الأسئلة الشائعة
- Which function is used?
- encodeURIComponent / decodeURIComponent.
- Does it encode whole URLs?
- It encodes components; encode parts separately for full URLs.