Base Converter Extended
Convert numbers between any base — binary, octal, decimal, hex, Base32, Base36, Base58 (Bitcoin), Base62, and custom alphabets, with BigInt support, two's complement, and ASCII interpretation
Enter a number
Tip: you can use prefixes (0x, 0b, 0o), underscores, or spaces — they'll be ignored.
Conversions
Value: 255
Base 2
Binary
1111 1111Base 8
Octal
377Base 10
Decimal
255Base 16
Hexadecimal
ffBase 32
Base32
H7Base 32 hex
Base32hex
7VBase 36
Base36
73Base 58
Base58
5QBase 62
Base62
47Bit info
Bits
8
Bytes
1
Fits
u8
ASCII
—
Two's complement (signed)
0000 0000 1111 11110000 0000 0000 0000 0000 0000 1111 1111About these bases
- Base32 (RFC 4648) — used in 2FA / TOTP secret keys (Google Authenticator, etc.)
- Base36 — URL shorteners, short IDs (digits + a-z)
- Base58 — Bitcoin addresses & IPFS hashes — removes visually ambiguous 0/O/I/l
- Base62 — common for URL shorteners (case-sensitive, no special chars)
- Supports arbitrarily large numbers via
BigInt - All conversion happens locally in your browser
さらに探す
おすすめのその他の 開発者ツール…
JSONフォーマッター
構文ハイライトとエラー検出でJSONを整形、検証、圧縮
Base64エンコーダー/デコーダー
テキストやファイルをBase64にエンコードし、Base64文字列を読めるテキストにデコード
URLエンコーダー/デコーダー
URLコンポーネントとクエリ文字列パラメータをエンコード・デコード
UUIDジェネレーター
ランダムUUID(v1、v4)を生成するか、複数のUUIDを一括生成
ハッシュジェネレーター
テキストやファイルからMD5、SHA-1、SHA-256、SHA-512ハッシュを生成
正規表現テスター
リアルタイムのマッチハイライトとグループ抽出で正規表現をテスト
JWTデコーダー
JSON Web Tokenをデコードして検査 — ヘッダー、ペイロード、署名を確認
HTMLフォーマッター
適切なインデントと構文ハイライトでHTMLコードを整形・美化