Alat Konverter
Enter a decimal number. Choose between unsigned and signed (two's complement) interpretation. Select the bit size to format the output correctly.
Bits:
0
Type:
Unsigned
Representasi binar:
Babagan Sistem Nomer
Sistem Desimal
Sistem desimal minangka sistem penomoran basis-10 sing nggunakake sepuluh simbol sing béda: 0, 1, 2, 3, 4, 5, 6, 7, 8, lan 9. Iku sistem wilangan sing paling umum digunakake ing saben dinten.
Sistem Heksadesimal
The hexadecimal system is a base-16 numbering system that uses 16 distinct symbols. These symbols are 0-9 to represent values zero to nine, and A-F (or a-f) to represent values ten to fifteen.
Tabel Konversi Decimal menyang Heksadesimal
Decimal | Hexadecimal | Decimal | Hexadecimal |
---|---|---|---|
0 | 0 | 8 | 8 |
1 | 1 | 9 | 9 |
2 | 2 | 10 | A |
3 | 3 | 11 | B |
4 | 4 | 12 | C |
5 | 5 | 13 | D |
6 | 6 | 14 | E |
7 | 7 | 15 | F |
Kanggo ngowahi angka positif dadi pasangan negatif ing komplemen loro:
- Ngonversi nomer menyang binar.
- Invert all the bits (change 0 to 1 and 1 to 0).
- Tambah 1 kanggo asil inversi.
Kanggo ngowahi nomer komplemen loro negatif bali menyang desimal:
- Walik kabeh bit.
- Tambah 1 kanggo asil inversi.
- Ngonversi asil dadi desimal lan prefiks kanthi tandha negatif.
Tuladha: 8-bit Two's Complement
Positive Number (5):
0000 0101 (binary)
Negative Number (-5):
1111 1010 (inverted bits of 5)
1111 1011 (add 1 = two's complement representation of -5)
Range kanggo 8-bit Two's Complement:
-128 (1000 0000) to 127 (0111 1111)
Related Tools
Decimal kanggo Octal
Ngonversi angka desimal dadi oktal kanthi gampang
Octal kanggo Decimal
Ngonversi nomer octal menyang desimal kanthi gampang
Teks menyang Octal
Ngonversi teks dadi perwakilan oktal kanthi gampang
Binary kanggo Teks
Ngonversi kode binar menyang teks Inggris kanthi gampang
Nggawe Transformasi CSS3 kanthi Gampang
Alat sing kuat lan intuisi kanggo nggawe transformasi CSS3 sing kompleks tanpa nulis kode. Visualisasi owah-owahan ing wektu nyata lan salin CSS sing digawe kanggo digunakake ing proyek sampeyan.
Pantone nganti HEX
Ngonversi warna Pantone dadi nilai HEX kanggo desain web