How it works
The page converts text to bytes before Base64 operations, avoiding broken non-ASCII characters.
Unicode is handled with TextEncoder and TextDecoder.
Convert Unicode text to Base64 and decode Base64 back to text locally in your browser.
The page converts text to bytes before Base64 operations, avoiding broken non-ASCII characters.
Unicode is handled with TextEncoder and TextDecoder.