SlideShare a Scribd company logo
1.10
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                 Binary to Hexadecimal
                      Conversion



 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                                                             Goal

                      To correctly convert binary numbers into
                               hexadecimal numbers.




 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal 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


 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


 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
                       0101 .                                                                                    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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
                  0011 0101 .                                                                                    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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
             1011 0011 0101 .                                                                                    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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 .                                                                                    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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 .                                                                                    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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010                                                                               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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001                                                                          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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion
                                                                     The bits are
                                                                 grouped into 4 digit
                                                             binary numbers starting at
    Here’s an example of binary to                         hexadecimal conversion:
                                                                the period going left,                        Decimal     Binary    Hexadecimal

                                                                  then going right                               0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                Leading 0s are added to                                                                          0         0000         0

              make the leftmost part into                                                                        1         0001         1

           1101100110101.101010011
                a 4 digit binary number                                                                          2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1                                                                     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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1                                                                     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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion: 0s areDecimal
                                                   Trailings      added
                                                                                                                          Binary    Hexadecimal

                                                                                                                 0         0000         0
                                                                                         to make the rightmost
                                                                                                            1              0001         1
                                                                                        part into a 4 digit binary
           1101100110101.101010011                                                              number
                                                                                                            2              0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                     We convert each of                                                                          0         0000         0

                 the 4 digit binary number                                                                       1         0001         1

           1101100110101.101010011
                   into their hexadecimal                                                                        2         0010         2

                         equivalent                                                                              3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                     We convert each of                                                                          0         0000         0

                 the 4 digit binary number                                                                       1         0001         1

           1101100110101.101010011
                   into their hexadecimal                                                                        2         0010         2

                         equivalent                                                                              3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B          3
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B          3          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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B          3          5 . A
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B          3          5 . A                  9
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B          3          5 . A                  9          8
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B          3          5 . A                  9          8
                                                                                                                 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


 MATH1003
10110100101011010100101010111010101111011011101111011101110111101110111011110111111010110100101011110110110101111011010100111111011010100110101001




                        Binary to Hexadecimal Conversion

    Here’s an example of binary to hexadecimal conversion:                                                    Decimal     Binary    Hexadecimal

                                                                                                                 0         0000         0

                                                                                                                 1         0001         1

           1101100110101.101010011                                                                               2         0010         2

                                                                                                                 3         0011         3
           1 1011 0011 0101 . 1010 1001 1                                                                        4         0100         4

           0001 1011 0011 0101 . 1010 1001 1000                                                                  5         0101         5


             1          B          3          5 . A                  9          8
                                                                                                                 6         0110         6

                                                                                                                 7         0111         7

                                                                                                                 8         1000         8

                                                                                                                 9         1001         9

                                                                                                                10         1010         A

                                                                                                                11         1011         B

           1101100110101.1010100112 = 1B35.A9816                                                                12         1100         C

                                                                                                                13         1101         D

                                                                                                                14         1110         E

                                                                                                                15         1111          F


 MATH1003

More Related Content

PDF
C++ Old Question Paper for Reference (Bharathiyar University)
PDF
scratch course-part1-2023.pdf
PPTX
Bresenham's line algorithm
PPT
Digital Logic & Design
DOCX
Unit step function
PPT
Linear transformation.ppt
PPT
Binary to Decimal Conversion
PDF
Computer graphics lab manual
C++ Old Question Paper for Reference (Bharathiyar University)
scratch course-part1-2023.pdf
Bresenham's line algorithm
Digital Logic & Design
Unit step function
Linear transformation.ppt
Binary to Decimal Conversion
Computer graphics lab manual

What's hot (20)

PPT
Conversion of number system
PPTX
Number system conversion
PPT
Logic gates
PPT
EULER AND FERMAT THEOREM
PDF
Decoders
PPTX
Data Structure and Algorithms.pptx
PPTX
Logic gates ppt
PPT
01.number systems
PPTX
Presentation on Function in C Programming
PPTX
Programming in c Arrays
PPT
Line drawing algo.
PPTX
Data Structure and Algorithm - Divide and Conquer
PPTX
Dda algorithm
PPTX
quine mc cluskey method
PPTX
Quick tutorial on IEEE 754 FLOATING POINT representation
PPTX
Artificial intelligence agents and environment
PPTX
Hexa to binary
PPTX
Asymptotic Notations
PPTX
Demultiplexer
PPTX
Analysis of algorithm
Conversion of number system
Number system conversion
Logic gates
EULER AND FERMAT THEOREM
Decoders
Data Structure and Algorithms.pptx
Logic gates ppt
01.number systems
Presentation on Function in C Programming
Programming in c Arrays
Line drawing algo.
Data Structure and Algorithm - Divide and Conquer
Dda algorithm
quine mc cluskey method
Quick tutorial on IEEE 754 FLOATING POINT representation
Artificial intelligence agents and environment
Hexa to binary
Asymptotic Notations
Demultiplexer
Analysis of algorithm
Ad

Viewers also liked (20)

PDF
Binary octal
PPTX
Computer number systems
PPTX
Converting Binary to Hexadecimal
PPTX
Class 3 Binary & Hexadecimal
PDF
Jancke kinect programming
PDF
Math1003 1.1 - Sets of Numbers
PDF
Math1003 1.4 - Number Systems
PDF
Math1003 1.16 - Real Numbers
PDF
Math1003 1.14 - Scientific Notation
PDF
Math1003 welcome-13 w
PDF
Math1003 1.5 - Decimal Number System
PDF
Ascii conversion-chart
PDF
PyKinect: Body Iteration Application Development Using Python
PDF
Math1003 1.2 - Properties of Numbers
PPTX
A Distributed System Using MS Kinect and Event Calculus for Adaptive Physioth...
PDF
Math1003 1.6 - Binary Number System
PDF
Math1003 1.7 - Hexadecimal Number System
PDF
Math1003 1.8 - Converting from Binary and Hex to Decimal
PDF
Math1003 1.12 - Binary Addition
PDF
Math1003 1.17 - Truncation, Rounding, Overflow, & Conversion Error
Binary octal
Computer number systems
Converting Binary to Hexadecimal
Class 3 Binary & Hexadecimal
Jancke kinect programming
Math1003 1.1 - Sets of Numbers
Math1003 1.4 - Number Systems
Math1003 1.16 - Real Numbers
Math1003 1.14 - Scientific Notation
Math1003 welcome-13 w
Math1003 1.5 - Decimal Number System
Ascii conversion-chart
PyKinect: Body Iteration Application Development Using Python
Math1003 1.2 - Properties of Numbers
A Distributed System Using MS Kinect and Event Calculus for Adaptive Physioth...
Math1003 1.6 - Binary Number System
Math1003 1.7 - Hexadecimal Number System
Math1003 1.8 - Converting from Binary and Hex to Decimal
Math1003 1.12 - Binary Addition
Math1003 1.17 - Truncation, Rounding, Overflow, & Conversion Error
Ad

Similar to Math1003 1.10 - Binary to Hex Conversion (8)

PDF
Math1003 1.11 - Hex to Binary Conversion
PPT
Binary numbersystem1
PDF
Graphic Storytelling in New Media
PPSX
Microcontroller base project
PDF
'Abacus' - future of personal finance project
PDF
Linked-In Slide Deck
PDF
Sienna 11 graphs
PPTX
Ebcdic code 24 1
Math1003 1.11 - Hex to Binary Conversion
Binary numbersystem1
Graphic Storytelling in New Media
Microcontroller base project
'Abacus' - future of personal finance project
Linked-In Slide Deck
Sienna 11 graphs
Ebcdic code 24 1

More from gcmath1003 (6)

PDF
Math1003 - An Intro to Number Systems
PDF
Math1003 1.4 - Order of Operations
PDF
Math1003 1.15 - Integers and 2's Complement
PDF
Math1003 1.13 - Significant Digits, Accuracy, Precision
PDF
Math1003 1.9 - Converting Decimal to Binary and Hex
PDF
Math1003 1.3 - Exponents
Math1003 - An Intro to Number Systems
Math1003 1.4 - Order of Operations
Math1003 1.15 - Integers and 2's Complement
Math1003 1.13 - Significant Digits, Accuracy, Precision
Math1003 1.9 - Converting Decimal to Binary and Hex
Math1003 1.3 - Exponents

Recently uploaded (20)

PDF
Business Ethics Teaching Materials for college
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
master seminar digital applications in india
PPTX
Cell Structure & Organelles in detailed.
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Cell Types and Its function , kingdom of life
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Business Ethics Teaching Materials for college
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Renaissance Architecture: A Journey from Faith to Humanism
O5-L3 Freight Transport Ops (International) V1.pdf
Microbial diseases, their pathogenesis and prophylaxis
STATICS OF THE RIGID BODIES Hibbelers.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
master seminar digital applications in india
Cell Structure & Organelles in detailed.
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
Week 4 Term 3 Study Techniques revisited.pptx
Anesthesia in Laparoscopic Surgery in India
01-Introduction-to-Information-Management.pdf
Cell Types and Its function , kingdom of life
Final Presentation General Medicine 03-08-2024.pptx
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student

Math1003 1.10 - Binary to Hex Conversion