Converters
Base64 Converter
Encode and decode Base64 text without uploading the source content.
Encoding and decoding happen in-memory on the client.
Encode or decode
Convert UTF-8 text and Base64 locally.
SGVsbG8sIGRldmVsb3BlciE=Examples
Plain text
tools.lijinp.in
Encoded text
SGVsbG8sIGRldmVsb3BlciE=
FAQ
Is this suitable for secrets?
Base64 is not encryption. Use it for encoding, not security.
What text encoding is used?
The tool uses UTF-8 safe browser APIs.