Base64 エンコード / デコード オンライン

Free 無料 · ログイン不要 · データ保存なし Used by 200K+ developers
Error
PLAIN TEXT
BASE64
// output

その他の開発ツール

ハッシュ生成
MD5/SHA-256
HMAC 生成
HMAC-SHA256
JWT デコード
トークン確認
URL エンコード
パーセント変換
AES 暗号化
AES-256
RSA 暗号化
RSA-OAEP
JSON フォーマッター
整形・検証・圧縮
正規表現
リアルタイムテスト

なぜこれが最高の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.

JWTトークンでBase64が使われる理由は?

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.

詳細ガイド
開発者向けセキュリティツールガイド
ハッシュ・HMAC・AES・RSA・JWT
ガイドを読む