Skip to main content

Base64 Encoder/Decoder

Encode and decode text in Base64 format. Fully supports UTF-8 characters.

Input: 0 bytesOutput: 0 characters
Share this tool
๐Ÿ“–

How to Use

Step 1

Input

Input

Paste text or Base64 string into the input field

Step 2

Select

Select

Select encode or decode mode

Step 3

Result

Result

Results appear in real-time, ready to copy

โœจ

Features

Real-time Conversion

Conversion results appear as you type

Full UTF-8 Support

Correctly handles Japanese and multibyte characters

Browser Only

Data is never sent to any server

โ“

FAQ

Base64 is an encoding scheme that converts binary data into ASCII strings. It is widely used for email attachments and embedding images in web pages (Data URIs).