Liveencodingshipped v1.0.0
Number Base Converter
Convert numbers between 8 bases (binary, octal, decimal, hex, base32, base36, base58, custom 2-36) with auto-detection of prefixes (0x, 0b, 0o). Features include bit info (bits, bytes, popcount, power-of-2 detection), interactive binary visualization with bit positions, bitwise operations tab (AND, OR, XOR, NOT, shift left/right), and full ASCII table (printable or all 0-127). Uses BigInt for arbitrarily large numbers.
binaryhexdecimaloctalbaseconverterbitwiseascii
Binary (base 2)
0b11111111Octal (base 8)
0o377Decimal (base 10)
255Hexadecimal (base 16)
0xFFBase32 (base 32)
7VBase36 (base 36)
73Base58 (Bitcoin)
5QCustom base:
513bits: 8
bytes: 1
set bits: 8
power of 2: no
sign: positive
Binary view
11111111
40
🔒 Uses BigInt — supports arbitrarily large numbers. Underscores allowed as separators.