Base64エンコード・デコードツール
テキストのBase64エンコードおよびデコードを即座に行います。
概要:テキストデータをASCII文字セットによるBase64エンコード形式に変換します。
Translated Output
Embed this Tool on Your Website
Copy this code snippet to add the Base64エンコード・デコードツール to your blog or website for free. It adjusts dynamically to mobile and desktop screens.
Share This Tool
使い方 — Base64エンコード・デコードツール
1. 変換したい文字列を入力します。
2. 「エンコード」または「デコード」を選択します。
3. 変換後の文字列をコピーします。
仕組み — Base64エンコード・デコードツール
ブラウザ標準の btoa / atob 関数を用いて高速変換します。
計算式:Base64 = btoa(text) | テキスト = atob(base64)
計算例:
「Hello」をBase64変換すると「SGVsbG8=」になります。
よくある質問
いいえ、Base64はデータのエンコード(符号化)であり、暗号化ではありません。

