🔤 Base64 Encoder/Decoder
Convert text to Base64 format and back. Everything runs locally in your browser.
—
What is Base64?
Base64 is a way of encoding binary data into a text format using 64 characters (A-Z, a-z, 0-9, +, /). It is often used to transmit data through systems that only support text.