What this tool does
Encodes text to Base64 and decodes Base64 back to text using UTFโ8 safe conversion.
Steps
- Type text in Input โ click Encode โ see Base64 in Output.
- Paste Base64 in Output โ click Decode โ see text in Input.
- Swap switches the two boxes; Clear empties both.
Example
Hello, ไธ็ โ SGVsbG8sIOS4lueVjw==
Notes
- Base64 is a representation, not encryption.
- Processing is local in your browser.