Base64 encoded
—
Encode text to Base64 or decode Base64 back to text.
Base64 turns arbitrary bytes into printable ASCII text — commonly used for embedding binary data (like images) in text formats such as JSON or HTML. It's an encoding, not encryption; anyone can decode it.
standard Base64 encoding of UTF-8 bytes