Skip to content

Кодировщики и крипто

Кодирование / Декодирование URL

Бесплатный кодировщик и декодер URL-адресов. Кодируйте специальные символы для URL-адресов в процентах или декодируйте строки, закодированные в процентах. Работает в вашем браузере, без регистрации.

Runs in your browser

Примечание редактора

Understanding · Percent signs, with a purpose.

Эта углублённая глава пока доступна только на английском языке. Инструмент конвертации выше работает на вашем языке; развёрнутая статья ещё не переведена.

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

Quick answers.

What's the difference between encodeURI and encodeURIComponent?

encodeURIComponent escapes more characters (like / and ?), making it safe for query string values. We use it by default — the right choice for most cases.

When do I need URL encoding?

Any time you put special characters (spaces, &, ?, #, accented letters) in a URL — query strings, path segments, fragments, anywhere.

Are spaces encoded as %20 or +?

Both work. We use %20 by default (RFC 3986). + is only safe in query strings and is form-encoding, not URL-encoding.

Is my input sent anywhere?

No — runs entirely in your browser.

Is the tool free?

Yes — fully free, no signup.

Люди также ищут

Use with

What people reach for next.

Связанные инструменты

More in this room.

Смотреть все в Кодировщики и крипто