OhMyCalc

URL кодировщик/декодировщик

Кодируйте и декодируйте URL-компоненты онлайн.

How to Use the URL кодировщик/декодировщик

  1. Enter or paste your text in the input field.
  2. The encoded or decoded result appears automatically.
  3. Copy the output using the copy button.
  4. Switch between encode and decode modes if available.

مرجع سريع

منإلى
A65 (ASCII)
Z90 (ASCII)
a97 (ASCII)
048 (ASCII)
Space32 (ASCII)
@64 (ASCII)

حالات الاستخدام

الصيغة

URL encoding replaces unsafe characters with %XX where XX is the hexadecimal code.

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

What is URL encoding?
Replacing special characters with %XX codes for safe use in URLs.
Which characters are encoded?
Spaces, non-ASCII characters, and special characters like & = ? #.
Why is URL encoding needed?
URLs can only contain ASCII characters. Others must be encoded.