Base64エンコーダー/デコーダー
テキストをBase64にエンコード、またはBase64をテキストにデコードします。
使い方
テキストをBase64にエンコード、またはBase64をテキストにデコードします。
- 1Enter text to encode or Base64 string to decode.
- 2Select 'Encode' or 'Decode' mode.
- 3The result appears instantly as you type.
- 4Copy the output to use in your project.
- 5Use the encoded output in HTML data URIs, HTTP headers, or API payloads.
主な機能
- Real-time encode and decode as you type
- Supports UTF-8 text and special characters
- Used for data URIs, API auth, and JWT tokens
- No file size limits — works in your browser
- Privacy-safe — all processing stays local, nothing is sent to a server