HomeBase Encoder/Decoder

Base Encoder/Decoder

Encode and decode text with Base16, Base32, Base58, Base62, Base64, Base85 and Base91 schemes



Documentation

About Base Encoder / Decoder

This tool converts content across multiple Base schemes in both encode and decode directions.

Key Features

  • Two-way Mode: Encode and decode workflows.
  • Multiple Schemes: Switch between different Base formats.
  • Live Conversion: Updates output as input changes.
  • Copy/Download: Export results quickly.
  • Sample + Swap: Load sample data and swap I/O.

Steps

  1. Select encode or decode mode.
  2. Choose the Base scheme.
  3. Enter source content and review output.
  4. Use copy/download/swap/clear actions as needed.

Use Cases

  • Troubleshooting encoded fields in APIs and signatures.
  • Processing Base strings from logs.
  • Verifying data exchange correctness across systems.

FAQ

Why does decode fail?

Input may not match the selected Base alphabet or padding requirements.

Why are outputs very different across Base schemes?

Each Base uses different alphabets and grouping logic, so output length and symbols vary.