OneKitTools logoOneKitTools
返回开发者

Base64 编码器

编码和解码 Base64 字符串

关于 Base64 编码器

Encode and decode text to/from Base64, or encode/decode binary files, 直接在浏览器中.

如何使用 Base64 编码器

  1. 1输入你的text in the input field — encoding/decoding happens in real time。
  2. 2使用"Encode" or "Decode" buttons来switch between the two modes。
  3. 3Click 复制图标 to 复制结果 to your clipboard.
  4. 4Starter+: enable file mode to encode a binary file to Base64, or decode a Base64 string back to 一个文件.

提示

  • Base64 is commonly used to embed 图片 in HTML/CSS (data URIs) or send 文件 inside JSON payloads.
  • In decode mode, 确保 输入 is valid Base64 — any invalid character will produce an error.
  • File mode 用于 inspecting or generating data URIs from images or fonts.

相关工具

相关指南

OneKitTools 团队更新于 2.21.4