You are on page 1of 6

Binary to Decimal

1. 66
1. 111110010101
= 110 110
(111110010101)₂ = (1 × 2¹¹) + (1 ×
= 1101102
2¹⁰) + (1 × 2⁹) + (1 × 2⁸) + (1 × 2⁷) +
2. 3 6 6 6
(0 × 2⁶) + (0 × 2⁵) + (1 × 2⁴) + (0 × 2³)
= 11 110 110 110
+ (1 × 2²) + (0 × 2¹) + (1 × 2⁰) =
= 111101101102
(3989)₁₀
3. 1 4 3 3
2. 101111011101
= 1 100 011 011
(101111011101)₂ = (1 × 2¹¹) + (0 ×
= 1100011011
2¹⁰) + (1 × 2⁹) + (1 × 2⁸) + (1 × 2⁷) +
4. 1234
(1 × 2⁶) + (0 × 2⁵) + (1 × 2⁴) + (1 × 2³)
=1234
+ (1 × 2²) + (0 × 2¹) + (1 × 2⁰) =
= 1 010 011 100
(3037)₁₀
= 1010011100
3. 011011101110
5. 435
(011011101110)₂ = (0 × 2¹¹) + (1 ×
=435
2¹⁰) + (1 × 2⁹) + (0 × 2⁸) + (1 × 2⁷) +
= 100 011 101
(1 × 2⁶) + (1 × 2⁵) + (0 × 2⁴) + (1 × 2³)
= 100011101
+ (1 × 2²) + (1 × 2¹) + (0 × 2⁰) =
(1774)₁₀
4. 10011100011
(10011100011)₂ = (1 × 2¹⁰) + (0 × 2⁹)
+ (0 × 2⁸) + (1 × 2⁷) + (1 × 2⁶) + (1 ×
2⁵) + (0 × 2⁴) + (0 × 2³) + (0 × 2²) + (1
× 2¹) + (1 × 2⁰) = (1251)₁₀
5. 11011011011
(11011011011)₂ = (1 × 2¹⁰) + (1 × 2⁹)
+ (0 × 2⁸) + (1 × 2⁷) + (1 × 2⁶) + (0 ×
2⁵) + (1 × 2⁴) + (1 × 2³) + (0 × 2²) + (1
× 2¹) + (1 × 2⁰) = (1755)₁₀
Octal to Decimal
1. 12348 = (1 × 8³) + (2 × 8²) + (3 × 8¹) + (4 ×
Binary to Hexadecimal 8⁰) = 66810
1. 101110101110 2. 7654 = (7 × 8³) + (6 × 8²) + (5 × 8¹) + (4 ×
= 1011 1010 1110 8⁰) = 401210
=BAE 3. 2530 = (2 × 8³) + (5 × 8²) + (3 × 8¹) + (0 ×
= BAE16 8⁰) = 136810
2. 1001010101 4. 7651 = (7 × 8³) + (6 × 8²) + (5 × 8¹) + (1 ×
= 10 0101 0101 8⁰) = 400910
=255 5. 6575 = (6 × 8³) + (5 × 8²) + (7 × 8¹) + (5 ×
= 25516 8⁰) = 345310
3. 11011011011
= 110 1101 1011 Octal to Hexadecimal
=6DB 1. 1762
= 6DB16 =1762
4. 1100111101 = 1 111 110 010
= 11 0011 1101 = 11 1111 0010
=33D =3F2
= 33D16 = 3F216
5. 1110101001 2. 1777
= 11 1010 1001 =1777
=3A9 = 1 111 111 111
= 3A916 = 11 1111 1111
=3FF
Octal to Binary
= 3FF16
Division Remainder
3. 7777
=7777
by 8 Quotient (Digit) Digit #
= 111 111 111 111 (2222)/8 277 6 0
= 1111 1111 1111
(277)/8 34 5 1
=FFF
= FFF16 (34)/8 4 2 2
4. 6666 (4)/8 0 4 3
=6666 = (4256)8
= 110 110 110 110
= 1101 1011 0110
=DB6 3. 3456
= DB616
5. 5656 Division Remainder
=5656 by 8 Quotient (Digit) Digit #
= 101 110 101 110
(3456)/8 432 0 0
= 1011 1010 1110
=BAE (432)/8 54 0 1
= BAE (54)/8 6 6 2
(6)/8 0 6 3
Decimal to Binary
1. 256
= (6600)8
=256-256 4. 7777
1000000002
2. 128 Division Remainder
=128-128 by 8 Quotient (Digit) Digit #
=100000002 (7777)/8 972 1 0
3. 64
=64-64 (972)/8 121 4 1
=10000002 (121)/8 15 1 2
4. 33 (15)/8 1 7 3
=33-32
(1)/8 0 1 4
=1-1
=100001 = (17141)8
5. 1 5. 8888
=1-1
=1
Division Remainder
by 8 Quotient (Digit) D
Decimal to Octal (8888)/8 1111 0 0
1. 1222
(1111)/8 138 7 1
Division Remainder (138)/8 17 2 2
by 8 Quotient (Digit) Digit #(17)/8 2 1 3
(1222)/8 152 6 0 (2)/8 0 2 4
(152)/8 19 0 1 = (21270)8
(19)/8 2 3 2
(2)/8 0 2 3 Decimal to Hexadecimal
= (2306)8 1. 4444
2. 2222
Division Remainder
by 16 Quotient (Digit) Digit #
(4444)/16 277 12 0
Division Remainder
by 16 Quotient (Digit)
(277)/16 17 5
(17)/16 1 1
(1)/16 0 1
= (115C)16
2. 2666

Division Remainder
by 16 Quotient (Digit)
(2666)/16 166 10
(166)/16 10 6
(10)/16 0 10
= (A6A)16
3. 3876

Division Remainder
by 16 Quotient (Digit)
(3876)/16 242 4
(242)/16 15 2
(15)/16 0 15
= (F24)16
4. 4222
5.
Division Remainder × 16¹) + (9 × 16⁰) =
by 16 Quotient (Digit) (10066329)₁₀
3. (989898)₁₆ = (9 × 16⁵) + (8 ×
(4222)/16 263 14
16⁴) + (9 × 16³) + (8 × 16²) + (9
(263)/16 16 7 × 16¹) + (8 × 16⁰) =
(16)/16 1 0 (10000536)₁₀
(1)/16 0 1 4. (696966)₁₆ = (6 × 16⁵) + (9 ×
= (107E)16 16⁴) + (6 × 16³) + (9 × 16²) + (6
5, 1432 × 16¹) + (6 × 16⁰) =
(6908262)₁₀
Division Remainder
5. (987789)₁₆ = (9 × 16⁵) + (8 ×
by 16 Quotient (Digit) 16⁴) + (7 × 16³) + (7 × 16²) + (8
(1432)/16 89 8 × 16¹) + (9 × 16⁰) =
(89)/16 5 9 (9992073)₁₀
(5)/16 0 5 Hexadecimal to Octal
= (598)16 1. 121323
=121323
= 1 0010 0001 0011 0010 0011
Hexadecimal to Binary = 100 100 001 001 100 100 011
1. 642333 =4411443
=642333 = 4411443
= 0110 0100 0010 0011 0011 0011 2. 89999
= 11001000010001100110011 =89999
2. 999999 = 1000 1001 1001 1001 1001
=999999 = 10 001 001 100 110 011 001
= 1001 1001 1001 1001 1001 1001
=2114631
= 100110011001100110011001
= 2114631
3. 888888
3. 878787
=888888
=878787
= 1000 1000 1000 1000 1000
= 1000 0111 1000 0111 1000
1000
0111
= 100010001000100010001000
= 100 001 111 000 011 110 000
4. 989898
111
=989898
=41703607
= 1001 1000 1001 1000 1001
= 41703607
1000
4. 989890
= 100110001001100010011000
=989890
5. 696969
= 1001 1000 1001 1000 1001
=696969
0000
= 0110 1001 0110 1001 0110
= 100 110 001 001 100 010 010
1001
000
= 11010010110100101101001
=46114220
= 46114220
Hexadecimal to Decimal
5. 686867
1. (121211)₁₆ = (1 × 16⁵) + (2 ×
=686867
16⁴) + (1 × 16³) + (2 × 16²) + (1
= 110 1000 0110 1000 0110 0111
× 16¹) + (1 × 16⁰) =
= 11 010 000 110 100 001 100
(1184273)₁₀
111
2. (999999)₁₆ = (9 × 16⁵) + (9 ×
= 3206414
16⁴) + (9 × 16³) + (9 × 16²) + (9
Harold Costelo
Decimal to Binary
BSCE 2-4
Sir James Patrick Galvan 1. 256
2. 128
3. 64
Name: 4. 33
Section: 5. 1

Decimal to Octal

1. 1222
Binary to Octal 2.
1. 111011101 3. 2222
2. 101111001101 4. 3456
3. 101100010101 5. 7777
4. 1000000001 6. 8888
5. 1010101010 Decimal to Hexadecimal
Binary to Decimal 1. 4444
1. 111110010101 2. 2666
2. 101111011101 3. 3876
3. 011011101110 4. 4222
4. 10011100011 5. 1432
5. 11011011011

Binary to Hexadecimal Hexadecimal to Binary

1. 101110101110 1. 642333
2. 1001010101 2. 999999
3. 11011011011 3. 888888
4. 1100111101 4. 989898
5. 1110101001 5. 696969

Octal to Binary Hexadecimal to Octal

1. 66 1. 121323
2. 3666 2. 89999
3. 1433 3. 878787
4. 1234 4. 989890
5. 435 5. 686867

Octal to Decimal Hexadecimal to Decimal

1. 1234 1. 121211
2. 7654 2. 999999
3. 2530 3. 989898
4. 7651 4. 696966
5. 6575 5. 987789

Octal to Hexadecimal

1. 1762
2. 1777
3. 7777
4. 6666
5. 5656

You might also like