What this tool does
Encodes/decodes Base64 text safely (UTFโ8 supported via escape/encodeURIComponent shim).
Steps
- Enter text โ Base64 Encode to get Base64.
- Paste Base64 โ Base64 Decode to restore.
Example
hello โ aGVsbG8=
Notes
- Base64 is not encryption and offers no security.
- Very long strings will wrap in examples above.