Electronics
Tipsplusplus
Electronics

Home page
More tips to Electronics
 
 

Common Number Systems in the Electronics


                     BCD=binary coded decimal
                     Hex=hexadecimal

Decimal      Binary    -- BCD --        Hex
---------------------------------------------
 0           0000           0000         0
 1           0001           0001         1
 2           0010           0010         2
 3           0011           0011         3
 4           0100           0100         4
 5           0101           0101         5
 6           0110           0110         6
 7           0111           0111         7
 8           1000           1000         8
 9           1001           1001         9

10           1010      0001 0000         A
11           1011      0001 0001         B
12           1100      0001 0010         C
13           1101      0001 0011         D
14           1110      0001 0100         E
15           1111      0001 0101         F




Copyright © 2002-2004   Tipsplus   All rights reserved.
Note: Our tips, information and other contents in this software product are subject to our Disclaimer and Trademark Information.
Disclaimer and Trademark Information
ED0429