主题
标记为「base64」
2 篇
全部主题
- 资源ToolBase64 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.
- 资源ToolImage 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.