Base64変換ツール

テキストをBase64にエンコードまたはBase64をテキストにデコードします。UTF-8を含むすべてのテキストをサポートします。

入力テキスト

エンコードするテキストを入力してください。

Characters: 0Bytes: 0

出力Base64

エンコードされたBase64結果。

Characters: 0Bytes: 0

What is Base64 Encoding?

Base64 is an encoding scheme that converts binary data into ASCII strings. It is commonly used to transmit binary data over text-based systems like email, JSON, and XML.

Supports all text including UTF-8. All conversions are performed in your browser.