인코더 및 암호
Base58 & Bech32 인코더
Crypto-address encoding — Bitcoin, Cardano, segwit and more.
16UwLL9Risc3QfPqBUvKofHmBQ7wMtjvM
Base58 is used by Bitcoin legacy addresses. Bech32 backs segwit (bc1…) and Cardano addresses. HRP `bc` is Bitcoin mainnet, `tb` is testnet.
편집자 노트
Understanding · Crypto's address encodings — readable, checksummed, error-aware.
이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.
자주 묻는 질문
Quick answers.
›What is the difference between Base58 and Bech32?
Base58 is commonly used for legacy Bitcoin addresses. Bech32 is the SegWit address format which is case-insensitive, more compact, and includes superior error-detection capabilities.
›Which cryptocurrencies use these encodings?
Bitcoin uses both for legacy and SegWit addresses. Cardano, XRP, and Solana utilise variations of Base58, while many Cosmos-based chains use Bech32.
›Are my addresses or private keys secure?
Yes. This tool runs entirely client-side using JavaScript. No data is transmitted to a server, ensuring your inputs remain private and on your device.
›What happens if a Bech32 address has a typo?
Bech32 uses a BCH checksum. This tool will fail to decode the string and alert you if the checksum does not match, indicating the data has been corrupted or mistyped.
사람들이 다음도 검색합니다.
관련 도구