Base64 Encoder / Decoder

基于 Bootstrap + 原生 JavaScript 的本地 Base64 编码/解码页面。支持 UTF-8 文本、URL Safe Base64、自动补齐 padding, 风格参考你现有的 Password Generator 页面,保持简洁、轻工业感与纯前端本地处理。

字符编码
UTF-8
Base64 兼容
Standard / URL Safe
运行方式
Client-side only
Input
0 characters
Output
0 characters
Options
编码时将 +/ 转为 -_
编码时移除尾部的 =
编码或解码前自动去掉首尾空白字符。
快捷键:Ctrl + Enter 编码,Ctrl + Shift + Enter 解码。
Status
Ready.
支持中文、日文、韩文、Emoji 等 UTF-8 文本。解码时会自动兼容 URL Safe Base64,并在需要时补齐 padding。
Client-side only. Nothing is sent anywhere.
Created by Louis