Base64エンコーダー/デコーダー
Base64形式でテキストをエンコード・デコード。
How to Use
- 1
Paste your text into the input field.
- 2
Click Encode to convert text to Base64, or Decode to convert Base64 back to text.
- 3
Copy the result with the copy button.
Features
Encode & Decode
Switch instantly between encoding plain text to Base64 and decoding Base64 back to text.
UTF-8 Support
Handles international characters and emoji correctly using the TextEncoder/TextDecoder API.
Instant Results
Encoding and decoding happens instantly in your browser with no server calls.
Error Detection
Invalid Base64 strings are detected and a clear error message is shown.
FAQ
Base64とは?
バイナリデータをASCIIテキストに変換するエンコーディング方式です。
Unicodeに対応?
はい、TextEncoder/TextDecoderでUTF-8を正しく処理します。