Original text
0 characters
Not saved
Encode and decode Unicode text without corrupting non-ASCII characters.
0 characters
0 characters
Create or inspect Base64 text used in email and APIs. Base64 is encoding, not encryption.
Yes. Text is encoded and decoded safely as UTF-8.
It replaces + and / with - and _, and omits trailing = characters for easier use in URLs and filenames.
No. Conversion and storage take place only in your browser.
Text is encoded as UTF-8. Base64 is an encoding, not encryption, so it does not protect passwords or confidential data. If decoded text is unreadable, check the encoding used by the source.
Share if this helped