URL кодировщик / декодировщик онлайн

Free Бесплатно · Без регистрации · Данные не сохраняются
Error
PLAIN TEXT
ENCODED
// output

Другие инструменты разработчика

Base64
Кодировать
Regex
Тестировать
Генератор хэшей
MD5/SHA-256
JWT Декодер
Проверить токен
Генератор HMAC
HMAC-SHA256
Timestamp
Unix ↔ Дата
QR-код
Генерировать
JSON Форматтер
Форматировать & проверять

Почему это лучший URL кодировщик & декодировщик

Процентное кодирование

Encode special characters in URLs using percent-encoding (e.g. space becomes %20). Essential for building valid HTTP requests.

Full URL & Component Modes

Choose between encoding a full URL (preserving slashes and colons) or encoding a URL component (encodes everything except unreserved chars).

Мгновенное декодирование

Paste any percent-encoded URL string and decode it back to human-readable form instantly.

Copy & Paste Ready

One-click copy of encoded or decoded output for immediate use in code, curl commands, or API testing.

Часто задаваемые вопросы

What is URL encoding?

URL encoding converts special characters into a percent-encoded format (e.g. space → %20, & → %26) so they can be safely transmitted in URLs without breaking their structure.

When should I URL-encode a string?

Encode query parameter values, form data, and path segments before including them in a URL. For example, if a username contains an @ symbol, it must be encoded as %40.

What is the difference between encodeURI and encodeURIComponent?

encodeURI preserves characters like / : ? & = that have special meaning in URLs. encodeURIComponent encodes everything except letters, digits, and - _ . ~ — use it for individual parameter values.

Подробное руководство
Руководство по инструментам разработчика
Regex, Cron, Timestamp, URL и другие
Читать руководство