المشفّرات والتشفير
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.
يبحث الأشخاص أيضًا عن
أدوات ذات صلة
More in this room.
- تشفير / فك تشفير Base64تشفير وفك تشفير Base64 — آمن لليونيكود.
- ترميز / فك ترميز URLترميز وفك الترميز بالنسبة المئوية لعناوين URL بأمان.
- ترميز / فك ترميز كيانات HTMLهروب أو إلغاء هروب الأحرف الخاصة في HTML.
- محول سداسي عشري / ثنائي / ثمانيالتحويل بين النظام السداسي عشري والثنائي والثماني والعشري.
- محوّل Data URLرمّز الملفات إلى data URLs وفكّ ترميزها.
- ترميز وفك ترميز Base32RFC 4648 Base32 - في كلا الاتجاهين، في المتصفح.