Skip to main content

Base62 Encoder / Decoder

Alphanumeric base conversion with two common alphabet orders.

Base62 treats the input bytes as one large integer and writes it using digits and letters only. Choose the alphabet order that matches the source: 0-9A-Za-z or 0-9a-zA-Z.

Decoded Bytes