C
Chigusa Tools
🔤 Text

Base64 Converter

Base64 Encode / Decode

Encode and decode Base64 text. Supports charset selection and URL-safe conversion.

How to Use

A tool for Base64 encoding and decoding of specified strings.

💡
Conversion is performed in the browser and no data is sent to the server.

You can specify the character encoding and, when encoding, perform URL-safe conversion.
URL-safe replaces "+" and "/" with "-" and "_", and no padding is applied.

💡
In URL-safe mode, the output contains no characters that would cause issues in a URL.