Zahlensystem-Konvertiertabelle
Konvertiert jede Zahl gleichzeitig in Binär-, Oktal-, Dezimal- und Hexadezimalsystem.
Binary (Base 2)Base 2
0b11111111
Octal (Base 8)Base 8
0o377
Decimal (Base 10)Base 10
255
Hexadecimal (Base 16)Base 16
0xFF
Bit Information
Bits: 8Bytes: 1
11111111
Range Table (0-15)
| Decimal (Base 10) | Binary (Base 2) | Octal (Base 8) | Hexadecimal (Base 16) |
|---|---|---|---|
| 0 | 0000 | 0 | 0 |
| 1 | 0001 | 1 | 1 |
| 2 | 0010 | 2 | 2 |
| 3 | 0011 | 3 | 3 |
| 4 | 0100 | 4 | 4 |
| 5 | 0101 | 5 | 5 |
| 6 | 0110 | 6 | 6 |
| 7 | 0111 | 7 | 7 |
| 8 | 1000 | 10 | 8 |
| 9 | 1001 | 11 | 9 |
| 10 | 1010 | 12 | A |
| 11 | 1011 | 13 | B |
| 12 | 1100 | 14 | C |
| 13 | 1101 | 15 | D |
| 14 | 1110 | 16 | E |
| 15 | 1111 | 17 | F |
Häufig gestellte Fragen
Comments & Feedback
Comments are powered by Giscus. Sign in with GitHub to leave a comment.