0 To 100 In Hexadecimal

6 min read Jul 04, 2024
0 To 100 In Hexadecimal

0 to 100 in Hexadecimal

Hexadecimal is a base-16 number system that uses 16 distinct symbols to represent numbers. It's commonly used in computer programming and coding to represent binary data in a more human-readable format. In this article, we'll explore the hexadecimal representation of numbers from 0 to 100.

0 to 10 in Hexadecimal

Here are the hexadecimal representations of numbers from 0 to 10:

Decimal Hexadecimal
0 0x00
1 0x01
2 0x02
3 0x03
4 0x04
5 0x05
6 0x06
7 0x07
8 0x08
9 0x09
10 0x0A

11 to 20 in Hexadecimal

Here are the hexadecimal representations of numbers from 11 to 20:

Decimal Hexadecimal
11 0x0B
12 0x0C
13 0x0D
14 0x0E
15 0x0F
16 0x10
17 0x11
18 0x12
19 0x13
20 0x14

21 to 30 in Hexadecimal

Here are the hexadecimal representations of numbers from 21 to 30:

Decimal Hexadecimal
21 0x15
22 0x16
23 0x17
24 0x18
25 0x19
26 0x1A
27 0x1B
28 0x1C
29 0x1D
30 0x1E

31 to 40 in Hexadecimal

Here are the hexadecimal representations of numbers from 31 to 40:

Decimal Hexadecimal
31 0x1F
32 0x20
33 0x21
34 0x22
35 0x23
36 0x24
37 0x25
38 0x26
39 0x27
40 0x28

41 to 50 in Hexadecimal

Here are the hexadecimal representations of numbers from 41 to 50:

Decimal Hexadecimal
41 0x29
42 0x2A
43 0x2B
44 0x2C
45 0x2D
46 0x2E
47 0x2F
48 0x30
49 0x31
50 0x32

51 to 60 in Hexadecimal

Here are the hexadecimal representations of numbers from 51 to 60:

Decimal Hexadecimal
51 0x33
52 0x34
53 0x35
54 0x36
55 0x37
56 0x38
57 0x39
58 0x3A
59 0x3B
60 0x3C

61 to 70 in Hexadecimal

Here are the hexadecimal representations of numbers from 61 to 70:

Decimal Hexadecimal
61 0x3D
62 0x3E
63 0x3F
64 0x40
65 0x41
66 0x42
67 0x43
68 0x44
69 0x45
70 0x46

71 to 80 in Hexadecimal

Here are the hexadecimal representations of numbers from 71 to 80:

Decimal Hexadecimal
71

Related Post


Featured Posts