OhMyCalc

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

Кодируйте и декодируйте текст в формат Base64 онлайн. Мгновенный результат.

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

  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.

Riferimento Rapido

DaA
HelloSGVsbG8=
WorldV29ybGQ=
Test123VGVzdDEyMw==
OhMyCalcQ2FsY2x5
OKT0s=
AQQ==

Casi d'Uso

Formula

Base64 encodes every 3 bytes into 4 characters from the set A-Z, a-z, 0-9, +, /.

Domande Frequenti

What is Base64?
Base64 is a binary-to-text encoding scheme using 64 printable characters.
Why use Base64?
To transmit binary data over channels that only support text (email, JSON, URLs).
Is Base64 encryption?
No, Base64 is encoding, not encryption. It is easily reversible and provides no security.