Base64 Encode/Decode

Encode text to Base64 or decode Base64 to text. Supports Unicode characters and provides real-time conversion.

Input

Output

Features

Encoding

Text to Base64 conversion
Unicode character support
Real-time encoding
Error handling and validation

Decoding

Base64 to text conversion
UTF-8 character support
Format validation
One-click copy result

Usage Examples

Encode Example
Input: Hello, World!
Output: SGVsbG8sIFdvcmxkIQ==
Decode Example
Input: SGVsbG8sIFdvcmxkIQ==
Output: Hello, World!