Base64 编码大小

🗂️ Base64 编码大小

根据原始数据大小估算 Base64 编码后大小。

📐 计算公式与说明

Base64 每 3 字节编码为 4 字符,增长约 33%

含换行开销时体积会进一步增加。