0% found this document useful (0 votes)
161 views

Decimal Number

The document shows the decimal numbers from 1 to 128 along with their corresponding binary numbers, 2's complement representations in 8 bits, and hexadecimal values. It provides a mapping between decimal, binary, 2's complement binary, and hexadecimal numbering systems.

Uploaded by

Nithish Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
161 views

Decimal Number

The document shows the decimal numbers from 1 to 128 along with their corresponding binary numbers, 2's complement representations in 8 bits, and hexadecimal values. It provides a mapping between decimal, binary, 2's complement binary, and hexadecimal numbering systems.

Uploaded by

Nithish Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Decimal Number Binary number 2’s complement in 8 bit 2’s complement hexa

representation (-ve num) decimal number


1 0000 0001 1111 1111 FF
2 0000 0010 1111 1110 FE
3 0000 0011 1111 1101 FD
4 0000 0100 1111 1100 FC
5 0000 0101 1111 1101 FB
6 0000 0110 1111 1010 FA
7 0000 0111 1111 1001 F9
8 0000 1000 1111 1000 F8
9 0000 1001 1111 0111 F7
10 0000 1010 1111 0110 F6
11 0000 1011 1111 0101 F5
12 0000 1100 1111 0100 F4
13 0000 1101 1111 0011 F3
14 0000 1110 1111 0010 F2
15 0000 1111 1111 0001 F1
16 0001 0000 1111 0000 F0
17 0001 0001 1110 1111 EF
18 0001 0010 1110 1110 EE
19 0001 0011 1110 1101 ED
20 0001 0100 1110 1100 EC
21 0001 0101 1110 1011 EB
22 0001 0110 1110 1010 EA
23 0001 0111 1110 1001 E9
24 0001 1000 1110 1000 E8
25 0001 1001 1110 0111 E7
26 0001 1010 1110 0110 E6
27 0001 1011 1110 0101 E5
28 0001 1100 1110 0100 E4
29 0001 1101 1110 0011 E3
30 0001 1110 1110 0010 E2
31 0001 1111 1110 0001 E1
32 0010 0000 1110 0000 E0
33 0010 0001 1101 1111 DF
34 0010 0010 1101 1110 DE
35 0010 0011 1101 1101 DD
36 0010 0100 1101 1100 DC
37 0010 0101 1101 1011 DB
38 0010 0110 1101 1010 DA
39 0010 0111 1101 1001 D9
40 0010 1000 1101 1000 D8
41 0010 1001 1101 0111 D7
Decimal number Binary number 2’s complement in 8 bit 2’s complement hexa
representation (-ve num) decimal number
42 0010 1010 1101 0110 D6
43 0010 1011 1101 0101 D5
44 0010 1100 1101 0100 D4
45 0010 1101 1101 0011 D3
46 0010 1110 1101 0010 D2
47 0010 1111 1101 0001 D1
48 0011 0000 1101 0000 D0
49 0011 0001 1100 1111 CF
50 0011 0010 1100 1110 CE
51 0011 0011 1100 1101 CD
52 0011 0100 1100 1100 CC
53 0011 0101 1100 1011 CB
54 0011 0110 1100 1010 CA
55 0011 0111 1100 1001 C9
56 0011 1000 1100 1000 C8
57 0011 1001 1100 0000 C7
58 0011 1010 1100 0110 C6
59 0011 1011 1100 0101 C5
60 0011 1100 1100 0100 C4
61 0011 1101 1100 0011 C3
62 0011 1110 1100 0010 C2
63 0011 1111 1100 0001 C1
64 0100 0000 1100 0000 C0
65 0100 0001 1011 1111 BF
66 0100 0010 1011 1110 BE
67 0100 0011 1011 1101 BD
68 0100 0100 1011 1100 BC
69 0100 0101 1011 1011 BB
70 0100 0110 1011 1010 BA
71 0100 0111 1011 1001 B9
72 0100 1000 1011 1000 B8
73 0100 1001 1011 0111 B7
74 0100 1010 1011 0110 B6
75 0100 1011 1011 0101 B5
76 0100 1100 1011 0100 B4
77 0100 1101 1011 0011 B3
78 0100 1110 1011 0010 B2
79 0100 1111 1011 0001 B1
80 0101 0000 1011 0000 B0
81 0101 0001 1010 1111 AF
82 0101 0010 1010 1110 AE
Decimal number Binary number 2’s complement in 8 bit 2’s complement hexa
representation (-ve num) decimal number
83 0101 0011 1010 1101 AD
84 0101 0100 1010 1100 AC
85 0101 0101 1010 1011 AB
86 0101 0110 1010 1010 AA
87 0101 0111 1010 1001 A9
88 0101 1000 1010 1000 A8
89 0101 1001 1010 0111 A7
90 0101 1010 1010 0110 A6
91 0101 1011 1010 0101 A5
92 0101 1100 1010 0100 A4
93 0101 1101 1010 0011 A3
94 0101 1110 1010 0010 A2
95 0101 1111 1010 0001 A1
96 0110 0000 1010 0000 A0
97 0110 0001 1001 1111 9F
98 0110 0010 1001 1110 9E
99 0110 0011 1001 1101 9D
100 0110 0100 1001 1100 9C
101 0110 0101 1001 1011 9B
102 0110 0110 1001 1010 9A
103 0110 0111 1001 1001 99
104 0110 1000 1001 1000 98
105 0110 1001 1001 0111 97
106 0110 1010 1001 0110 96
107 0110 1011 1001 0101 95
108 0110 1100 1001 0100 94
109 0110 1101 1001 0011 93
110 0110 1110 1001 0010 92
111 0110 1111 1001 0001 91
112 0111 0000 1001 0000 90
113 0111 0001 1000 1111 8F
114 0111 0010 1000 1110 8E
115 0111 0011 1000 1101 8D
116 0111 0100 1000 1100 8C
117 0111 0101 1000 1011 8B
118 0111 0110 1000 1010 8A
119 0111 0111 1000 1001 89
120 0111 1000 1000 1000 88
121 0111 1001 1000 0111 87
122 0111 1010 1000 0110 86
123 0111 1011 1000 0101 85
Decimal number Binary number 2’s complement in 8 bit 2’s complement hexa
representation (-ve num) decimal number
124 0111 1100 1000 0100 84
125 0111 1101 1000 0011 83
126 0111 1110 1000 0010 82
127 0111 1111 1000 0001 81
128 NIL 1000 0000 80

You might also like