math1003 1.10 - binary to hex conversion

37
MATH1003 10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001 1.10 Binary to Hexadecimal Conversion

Upload: gcmath1003

Post on 27-Jan-2015

123 views

Category:

Education


7 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

1.10Binary to Hexadecimal Conversion

Page 2: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Goal

To correctly convert binary numbers into hexadecimal numbers.

Page 3: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Page 4: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal ConversionDecimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Page 5: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal ConversionDecimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Page 6: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal ConversionDecimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Page 7: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

Page 8: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

Page 9: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

Page 10: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

Page 11: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

.

Page 12: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

0101 .

Page 13: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

01010011 .

Page 14: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

010100111011 .

Page 15: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

0101001110111 .

Page 16: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

0101001110111 .

Page 17: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

0101001110111 1010.

Page 18: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

0101001110111 1010 1001.

Page 19: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

The bits are grouped into 4 digit

binary numbers starting at the period going left, then going right

0101001110111 1010 1001 1.

Page 20: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.1010100110101001110111 1010 1001 1.

Page 21: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 10101001110111 1010 1001 1.

Leading 0s are added to make the leftmost part into

a 4 digit binary number

Page 22: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 10101001110111 1010 1001 1.

Page 23: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 10000101001110111 1010 1001 1.

Trailings 0s are added to make the rightmost

part into a 4 digit binary number

Page 24: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 10000101001110111 1010 1001 1.

Page 25: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 10000101001110111 1010 1001 1.

We convert each of the 4 digit binary number

into their hexadecimal equivalent

Page 26: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1000

0101001110111 1010 1001 1.

We convert each of the 4 digit binary number

into their hexadecimal equivalent

Page 27: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1000

0101001110111 1010 1001 1.

Page 28: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1000

0101001110111 1010 1001 1.

Page 29: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B000

0101001110111 1010 1001 1.

Page 30: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B000

0101001110111 1010 1001 1.

Page 31: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B 3000

0101001110111 1010 1001 1.

Page 32: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B 3 5 .000

0101001110111 1010 1001 1.

Page 33: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B 3 5 A.000

0101001110111 1010 1001 1.

Page 34: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B 3 5 A 9.000

0101001110111 1010 1001 1.

Page 35: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B 3 5 A 9 8.000

0101001110111 1010 1001 1.

Page 36: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B 3 5 A 9 8.000

0101001110111 1010 1001 1.

Page 37: Math1003 1.10 - Binary to Hex Conversion

MATH1003

10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001

Binary to Hexadecimal Conversion

Decimal Binary Hexadecimal

0 0000 0

1 0001 1

2 0010 2

3 0011 3

4 0100 4

5 0101 5

6 0110 6

7 0111 7

8 1000 8

9 1001 9

10 1010 A

11 1011 B

12 1100 C

13 1101 D

14 1110 E

15 1111 F

Here’s an example of binary to hexadecimal conversion:

1101100110101.101010011

0001 1011 0011 0101 . 1010 1001 1

1 B 3 5 A 9 8.

1101100110101.1010100112 = 1B35.A9816

0000101001110111 1010 1001 1.