ConvertAll.ai logoconvertall.ai

Base64エンコーダー/デコーダー

Base64文字列をオンラインでエンコード/デコード。テキスト、データ、バイナリ対応の無料コンバーター。ブラウザで即時結果、インストール不要、安全。

無料100%プライベートアップロード不要
テキスト入力
0 文字
スワップ
Base64出力
0 文字

よくある質問

What is Base64 encoding?

Base64 converts binary data into ASCII text using 64 printable characters. It's used for embedding images in HTML/CSS, sending binary data in JSON/XML, email attachments (MIME), and data URLs.

Does Base64 increase file size?

Yes — Base64 encoding increases size by approximately 33%. A 100KB file becomes ~133KB when Base64 encoded. This is the tradeoff for text-safe transport.

使い方

1

Enter Text

Type or paste the text you want to encode into Base64.

2

Encode

Click Convert to generate the Base64-encoded output.

3

Copy

Copy the result to use in your code, API, or data URL.