Quick Reference
| Decimal | Hex | Binary | Octal |
|---|---|---|---|
| 0 | 0 | 0000 | 0 |
| 1 | 1 | 0001 | 1 |
| 8 | 8 | 1000 | 10 |
| 10 | A | 1010 | 12 |
| 15 | F | 1111 | 17 |
| 16 | 10 | 10000 | 20 |
| 255 | FF | 11111111 | 377 |
| 256 | 100 | 100000000 | 400 |
All conversions are performed locally in your browser using JavaScript BigInt. No data is sent to any server. Supports arbitrarily large numbers with full precision.