Skip to content

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

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

Бесплатный кодировщик и декодировщик Base64. Кодируйте текст в Base64 или декодируйте обратно в обычный текст. Полная поддержка UTF-8 / Unicode. Работает полностью в вашем браузере.

Runs in your browser

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

Understanding · Bytes, in printable ink.

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

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

Quick answers.

Is Base64 encryption?

No — Base64 is encoding, not encryption. Anyone can decode it. Use it for safe transport of binary data through text channels, never for security.

Does it support Unicode?

Yes. Text is encoded as UTF-8 before Base64, so emoji and non-Latin characters round-trip correctly.

Is my input uploaded anywhere?

No. Encoding and decoding happen locally in your browser.

What's the difference between Base64 and Base64URL?

Base64URL replaces + and / with - and _ to be safe in URLs. We support both — toggle in settings.

Is the tool free?

Yes — fully free, no signup.

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

Use with

What people reach for next.

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

More in this room.

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