Number Base Converter
Convert between binary, decimal, hex, octal, and arbitrary bases
Convert
Enter a value and select source & target bases
0x00FF
All Bases
0b1111 1111
0o377
255
0x00FF
7V
73
3/
Bit Length
8
Set Bits (1s)
8
Clear Bits (0s)
0
MSB Position
8
Power of 2?
No
Parity
Odd
Next 2ⁿ
256
Prev 2ⁿ
128
Number Base Converter
Supports bases 2–64, IEEE 754, bitwise ops, two's complement, BCD, Gray code. All conversions happen locally.
1111 1111
0000 0000 1111 1111
0000 0000 0000 0000 0000 0000 1111 1111
1111 1111
0000 0000 1111 1111
0000 0000 0000 0000 0000 0000 1111 1111
00111 1111
00000 0000 1111 1111
00000 0000 0000 0000 0000 0000 1111 1111
0010 0101 0101
0101 1000 1000
10000000
FF
FF (LE)
Hex
0x4048F5C3
Binary
0100000001001000…
Sign
Positive (+)
Special?
Normal
| Dec | Hex | Oct | Binary | Char |
|---|---|---|---|---|
| 0 | 0 | 0 | 00000000 | · |
| 1 | 1 | 1 | 00000001 | · |
| 2 | 2 | 2 | 00000010 | · |
| 3 | 3 | 3 | 00000011 | · |
| 4 | 4 | 4 | 00000100 | · |
| 5 | 5 | 5 | 00000101 | · |
| 6 | 6 | 6 | 00000110 | · |
| 7 | 7 | 7 | 00000111 | · |
| 8 | 8 | 10 | 00001000 | · |
| 9 | 9 | 11 | 00001001 | · |
| 10 | A | 12 | 00001010 | · |
| 11 | B | 13 | 00001011 | · |
| 12 | C | 14 | 00001100 | · |
| 13 | D | 15 | 00001101 | · |
| 14 | E | 16 | 00001110 | · |
| 15 | F | 17 | 00001111 | · |
More tools like Number Base Converter
View allUnit Converter
ConvertersConvert between length, weight, temperature, and more
Hash Generator
EncodersGenerate MD5, SHA-1, SHA-256, SHA-512 hashes from text or files
Color Converter
ConvertersConvert colors between HEX, RGB, HSL, CMYK with palette generator
Data Format Converter
ConvertersConvert between JSON, YAML, XML, CSV, and TOML