エンコーダー&暗号化
Base64エンコード / デコード
無料のBase64エンコーダー&デコーダー。テキストをBase64にエンコード、またはプレーンテキストにデコード。完全なUTF-8 / Unicodeに対応。ブラウザで完結。
Runs in your browser
編集者注
Understanding · Bytes, in printable ink.
この詳細な解説章は現在、英語版のみで提供されています。上の変換ツールはあなたの言語で動作しますが、長文の解説記事はまだ翻訳されていません。
よくある質問
Quick answers.
›Is Base64 encryption?
No — Base64 is encoding, not encryption. Anyone can decode it. Use it for safe transport of binary data through text channels, never for security.
›Does it support Unicode?
Yes. Text is encoded as UTF-8 before Base64, so emoji and non-Latin characters round-trip correctly.
›Is my input uploaded anywhere?
No. Encoding and decoding happen locally in your browser.
›What's the difference between Base64 and Base64URL?
Base64URL replaces + and / with - and _ to be safe in URLs. We support both — toggle in settings.
›Is the tool free?
Yes — fully free, no signup.
他の人はこちらも検索しています
関連記事
ブログから。(3)
Use with
What people reach for next.
関連ツール