Output
Loading…
Loading…
B64Bridge
Encode any text to Base64 or decode it back. Handles Unicode safely via UTF-8.
Base64 packs arbitrary bytes into 64 printable ASCII characters. Used for embedding images in CSS/HTML, transmitting binary in JSON, and sending non-ASCII through systems that mangle special characters.