Base64 Encoder/Decoder - Free Online Tool | Shining Toolbox
Encode text to Base64 or decode Base64 to text instantly. Supports UTF-8 and handles special characters correctly.
About Base64 Encoder/Decoder
How to Use Base64 Converter
- Enter text to encode or Base64 string to decode
- Click ‘Encode’ or ‘Decode’ button
- Copy the result with one click
- Works entirely in your browser
Base64 Alphabet
The Base64 alphabet uses 64 characters:
- A-Z (26 characters)
- a-z (26 characters)
- 0-9 (10 characters)
-
- and / (2 characters)
- = (padding character)
Example
Text: Hello World
Base64: SGVsbG8gV29ybGQ=
Copied to clipboard!