Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 bcd = 1 utf32
1 utf32 = 1 bcd
Example:
Convert 15 Binary Coded Decimal to UTF-32:
15 bcd = 15 utf32
Binary Coded Decimal | UTF-32 |
---|---|
0.01 bcd | 0.01 utf32 |
0.1 bcd | 0.1 utf32 |
1 bcd | 1 utf32 |
2 bcd | 2 utf32 |
3 bcd | 3 utf32 |
5 bcd | 5 utf32 |
10 bcd | 10 utf32 |
20 bcd | 20 utf32 |
30 bcd | 30 utf32 |
40 bcd | 40 utf32 |
50 bcd | 50 utf32 |
60 bcd | 60 utf32 |
70 bcd | 70 utf32 |
80 bcd | 80 utf32 |
90 bcd | 90 utf32 |
100 bcd | 100 utf32 |
250 bcd | 250 utf32 |
500 bcd | 500 utf32 |
750 bcd | 750 utf32 |
1000 bcd | 1,000 utf32 |
10000 bcd | 10,000 utf32 |
100000 bcd | 100,000 utf32 |