Topic
Tagged “base64”
2 pieces
All topics
- ResourceToolBase64 Encoder/DecoderEncode text to Base64 or decode it back. UTF-8 safe via TextEncoder/TextDecoder. Pasting binary headers, decoding JWT bodies, dropping images into data URIs — Base64 is the lingua franca.
- ResourceToolImage to Data URIDrop an image to Base64-encode it into a data: URI with ready <img> and CSS background snippets. Everything stays local. Inlining a tiny icon beats a network round-trip — and doing it in the browser keeps the asset off any server.