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

Free Бесплатно · Без регистрации · Данные не сохраняются Used by 200K+ developers
Error
PLAIN TEXT
BASE64
// output

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

Генератор хэшей
MD5/SHA-256
Генератор HMAC
HMAC-SHA256
JWT Декодер
Проверить токен
URL Encoder
Кодировать URL
AES шифрование
AES-256
RSA шифрование
RSA-OAEP
JSON Форматтер
Форматировать & проверять
Regex
Тестировать

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

Кодирование текста в Base64

Convert any plain text string to its Base64 representation instantly. Useful for embedding data in JSON, HTML, or API payloads.

Декодирование Base64 в текст

Paste any Base64-encoded string and decode it back to human-readable text with one click.

Поддержка UTF-8

Correctly handles Unicode and UTF-8 characters including emojis, Chinese, Arabic, and other non-ASCII text.

Кодирование файлов

Upload a file and encode it as Base64 — useful for embedding images or documents in data URIs or API calls.

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

Что такое кодирование Base64?

Base64 is an encoding scheme that converts binary or text data into a string of ASCII characters. It is commonly used in emails, JWTs, data URIs, and API authentication.

Base64 — это то же самое, что шифрование?

No. Base64 is encoding, not encryption. Anyone can decode a Base64 string without a key. Do not use it to secure sensitive data.

Почему Base64 используется в JWT токенах?

JWTs use Base64url encoding (a URL-safe variant of Base64) to encode the header and payload, making them compact and safe to transmit in URLs and HTTP headers.

Подробное руководство
Руководство по инструментам безопасности
Hash, HMAC, AES, RSA & JWT
Читать руководство