Online Bulk Base64 Encoder / Decoder
Base64批量批量编码批量解码编码转换
Encode or decode Base64 line by line independently. Output maps each source line to its result, failed lines are clearly marked without affecting others. UTF-8 safe for Chinese, fully local processing.
结果
All processing is done locally in your browser, no upload
How to Use
- Paste any valid JSON, supports nesting, arrays and escapes
- Click Beautify to auto indent and format
- Click Minify to remove whitespace into one line
- All operations run locally for privacy
Related Tools
FAQ
How do I convert in bulk?
Paste your text into the input box one item per line, then click Bulk Encode or Bulk Decode. The output shows each source line mapped to its result.
Does one failing line affect the others?
No. Each line is converted independently; failed lines show a clear error message in place while all other lines output normally, making problem lines easy to locate.
What content is supported?
Any UTF-8 text including Chinese and emoji. Encode mode converts each line to Base64; decode mode tolerates URL-Safe variants and missing padding.