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