开发者工具
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
—
int8int16int32int64uint8uint16uint32uint64
Two's complement (signed)
int16
0000 0000 1111 1111int32
0000 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 — 查看header、payload并验证签名
立即试用
HTML格式化工具
使用正确缩进和语法高亮格式化和美化HTML代码
立即试用