← Text & List Tools
Text & List Tools · runs locally

Base58 Bitcoin Text Encoder and Decoder

Convert UTF-8 bytes with the Bitcoin Base58 alphabet while preserving leading zero bytes exactly.

Ready. Your working data stays in this browser.

Why this tool is useful

Use Base58 for copyable identifiers where visually ambiguous characters such as zero, capital O, I and lowercase l should be excluded.

How it works

The browser interprets the bounded byte array as one unsigned integer, retains every leading zero as 1 and performs the inverse operation on decode.

Practical example

Hello encodes to 9Ajdvzr; a leading NUL byte produces a leading 1 and survives a round trip.

Validation

The calculation is deterministic and explains validation errors instead of silently changing invalid input.

Privacy boundary

Input and output remain in this tab. Copy and download happen through browser APIs without a server upload.

Result passport

Every run reports its tool mode, timestamp and input/output size so transformed data can be audited.