Base64エンコーダー/デコーダー
Base64文字列をオンラインでエンコード/デコード。テキスト、データ、バイナリ対応の無料コンバーター。ブラウザで即時結果、インストール不要、安全。
よくある質問
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.
使い方
Enter Text
Type or paste the text you want to encode into Base64.
Encode
Click Convert to generate the Base64-encoded output.
Copy
Copy the result to use in your code, API, or data URL.
関連ツール
Base64デコーダー
Base64エンコードされたテキストを元の文字列に即時デコード。テキストとバイナリデータ対応の無料デコーダー。ブラウザ上で動作、アップロード不要。
URLエンコーダー
Web利用やAPIコール用にURLと特殊文字を安全にエンコード。開発者向け無料URLエンコーダー。ブラウザで即時動作、アップロード不要。
ハッシュジェネレーター
任意のテキストからMD5、SHA-1、SHA-256、SHA-512暗号化ハッシュを生成。チェックサムとデータ整合性確認用の無料ジェネレーター。ブラウザ上で即時。
画像からBase64へのエンコーダー
画像をHTML、CSS、JavaScriptに直接埋め込むためのBase64 data URI文字列にエンコード。無料オンラインエンコーダー — JPG、PNG、SVG、WebP対応、登録不要。
JWTデコーダー
JWTトークンをデコードしてヘッダー、ペイロード、署名データを表示。構造を確認して認証問題をデバッグ。無料JWTデコーダー — 登録不要、トークンはブラウザ内に留まる。