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