Binário, Octal, Decimal, Hexadecimal
| Decimal | Binário | Octal | Hexadecimal |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 1 | 1 | 1 | 1 |
| 8 | 1000 | 10 | 8 |
| 10 | 1010 | 12 | A |
| 16 | 10000 | 20 | 10 |
| 32 | 100000 | 40 | 20 |
| 64 | 1000000 | 100 | 40 |
| 128 | 10000000 | 200 | 80 |
| 255 | 11111111 | 377 | FF |
| 256 | 100000000 | 400 | 100 |
| 1024 | 10000000000 | 2000 | 400 |
| 65535 | 1111111111111111 | 177777 | FFFF |
Bases Numéricas
Binário, Octal, Decimal, Hexadecimal
Real-time
BigInt
Fast
Privacy
Reference
Bases Numéricas
Binário, Octal, Decimal, Hexadecimal.
BigInt - unlimited.
Browser only.
8, 16, 32, 64 bit.
Experimentar