Base64 デコード エンコード オンライン — 無料変換

無料オンライン Base64 エンコーダ/デコーダ。テキストやバイナリを Base64 にエンコード、または元に戻すデコードがブラウザ内で完結します。

下に UTF-8 テキストを貼り付けてエンコード/デコードを切り替えます。トークン、画像、認証情報を URL や JSON、メールヘッダに埋め込むのに便利です。

よくある利用例

よくある質問

Is my input sent to your server?+

No. Base64 encoding and decoding both run in your browser via the standard btoa/atob APIs. Nothing leaves the page.

Why is my decoded output garbled?+

Either the input is not valid Base64 (check for missing padding or stray characters), or the original data was binary, not text. A binary viewer is the right tool for non-text payloads.

Does it handle UTF-8 / emoji?+

Yes. We pipe the input through encodeURIComponent / unescape before btoa so emoji and non-ASCII characters round-trip correctly.

ツール

セキュリティのヒント

デフォルトパスワードを使用中?NordVPNの暗号化でネットワークを保護しましょう。