# Base64 Encode / Decode

Encode and decode Base64 strings.

URL: https://everythingdeck.com/base64

## Processing
Processing takes place in your browser. Inputs and files are not uploaded or retained.

## How to use
Choose encode for ordinary text or decode for Base64, then run the conversion.

## Example
Encode “Hello, world!” as SGVsbG8sIHdvcmxkIQ==.

## Inputs
text

## Outputs
text

## Capabilities
- UTF-8 Base64 encode
- UTF-8 Base64 decode

## Limitations
Base64 is encoding, not encryption. Input and decoded output must be valid UTF-8 text.

## Related tools
- [JSON Formatter](https://everythingdeck.com/json/format)
- [Regex Tester](https://everythingdeck.com/regex-tester)
- [UUID Generator](https://everythingdeck.com/uuid-generator)
