Tools

Encoding Tools

Encoding Converter

Convert text with Hex, Base32, Base58, Base64, HTML entity, and URL encoders.

Output

Encode and decode text across common transport and display encodings.

Common edge cases

Base32 padding is normalized with = characters, while Base58 does not use visually ambiguous characters such as 0 or O.

Language snippets

new TextEncoder().encode("abc");

FAQ

Which Base58 alphabet is used?

The Bitcoin Base58 alphabet is used.

Related tools