binary (base 2) to ternary (base 3) | ||
---|---|---|
010 | = 02 | = 03 |
110 | = 12 | = 13 |
210 | = 102 | = 23 |
310 | = 112 | = 103 |
410 | = 1002 | = 113 |
510 | = 1012 | = 123 |
610 | = 1102 | = 203 |
710 | = 1112 | = 213 |
810 | = 10002 | = 223 |
910 | = 10012 | = 1003 |
1010 | = 10102 | = 1013 |
1110 | = 10112 | = 1023 |
1210 | = 11002 | = 1103 |
1310 | = 11012 | = 1113 |
1410 | = 11102 | = 1123 |
1510 | = 11112 | = 1203 |
1610 | = 100002 | = 1213 |
1710 | = 100012 | = 1223 |
1810 | = 100102 | = 2003 |
1910 | = 100112 | = 2013 |
2010 | = 101002 | = 2023 |
2110 | = 101012 | = 2103 |
2210 | = 101102 | = 2113 |
binary (base 2) to ternary (base 3) | ||
---|---|---|
2310 | = 101112 | = 2123 |
2410 | = 110002 | = 2203 |
2510 | = 110012 | = 2213 |
2610 | = 110102 | = 2223 |
2710 | = 110112 | = 10003 |
2810 | = 111002 | = 10013 |
2910 | = 111012 | = 10023 |
3010 | = 111102 | = 10103 |
3110 | = 111112 | = 10113 |
3210 | = 1000002 | = 10123 |
3310 | = 1000012 | = 10203 |
3410 | = 1000102 | = 10213 |
3510 | = 1000112 | = 10223 |
3610 | = 1001002 | = 11003 |
3710 | = 1001012 | = 11013 |
3810 | = 1001102 | = 11023 |
3910 | = 1001112 | = 11103 |
4010 | = 1010002 | = 11113 |
4110 | = 1010012 | = 11123 |
4210 | = 1010102 | = 11203 |
4310 | = 1010112 | = 11213 |
4410 | = 1011002 | = 11223 |
4510 | = 1011012 | = 12003 |
binary (base 2) to ternary (base 3) | ||
---|---|---|
4610 | = 1011102 | = 12013 |
4710 | = 1011112 | = 12023 |
4810 | = 1100002 | = 12103 |
4910 | = 1100012 | = 12113 |
5010 | = 1100102 | = 12123 |
5110 | = 1100112 | = 12203 |
5210 | = 1101002 | = 12213 |
5310 | = 1101012 | = 12223 |
5410 | = 1101102 | = 20003 |
5510 | = 1101112 | = 20013 |
5610 | = 1110002 | = 20023 |
5710 | = 1110012 | = 20103 |
5810 | = 1110102 | = 20113 |
5910 | = 1110112 | = 20123 |
6010 | = 1111002 | = 20203 |
6110 | = 1111012 | = 20213 |
6210 | = 1111102 | = 20223 |
6310 | = 1111112 | = 21003 |
6410 | = 10000002 | = 21013 |
6510 | = 10000012 | = 21023 |
6610 | = 10000102 | = 21103 |
6710 | = 10000112 | = 21113 |
6810 | = 10001002 | = 21123 |
binary (base 2) to ternary (base 3) | ||
---|---|---|
6910 | = 10001012 | = 21203 |
7010 | = 10001102 | = 21213 |
In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.
The ternary numeral system (also called base-3) has three as its base. Analogous to a bit, a ternary digit is a trit (trinary digit). One trit is equivalent to log23 (about 1.58496) bits of information.