Home > College Algebra > Number System Conversion > Binary To BCD conversion example

Binary To BCD converter example ( Enter your problem )

1. Examples





1. (10110)2 = (      ?      )BCD

Solution:
(10110)2 = (_______)BCD

1. Convert binary to decimal
(10110)2 = (_______)10

`10110`

` = 1 × 2^4 + 0 × 2^3 + 1 × 2^2 + 1 × 2^1 + 0 × 2^0`

`= 1 × 16 + 0 × 8 + 1 × 4 + 1 × 2 + 0 × 1`

`= 22`


`:.` (10110)2 = (22)10


2. Convert decimal to BCD
(22)10 = (_______)BCD

2 2
0010 0010

`:.` (22)10 = (00100010)BCD


`:.` (10110)2 = (00100010)BCD
2. (10011)2 = (      ?      )BCD

Solution:
(10011)2 = (_______)BCD

1. Convert binary to decimal
(10011)2 = (_______)10

`10011`

` = 1 × 2^4 + 0 × 2^3 + 0 × 2^2 + 1 × 2^1 + 1 × 2^0`

`= 1 × 16 + 0 × 8 + 0 × 4 + 1 × 2 + 1 × 1`

`= 19`


`:.` (10011)2 = (19)10


2. Convert decimal to BCD
(19)10 = (_______)BCD

1 9
0001 1001

`:.` (19)10 = (00011001)BCD


`:.` (10011)2 = (00011001)BCD




This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here


Click On Generate button




Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.