Base Converter

Convert numbers between binary, octal, decimal, hex & any base (2-36)

3
Binary (2)

0b11111111

Octal (8)

0o377

Decimal (10)

255

Hex (16)

0xFF

Base 3

100110

Bit View (8/16/32-bit)

8b
11111111
16b
0000000011111111
32b
00000000000000000000000011111111

Quick Reference

0b = binary prefix
0o = octal prefix
0x = hex prefix