Number base converter, which supports the conversion of data within thirty-six hexadecimal, such as binary, octal, decimal, hexadecimal, etc. Conversion supports integer and float numbers.
Number base converter, which supports conversion between any hexadecimal within 36 hexadecimal. For example, 2 to 10, 10 to 16, 16 to 2, 8 to 36, etc. The input data supports integer and floating point numbers.
- From Base:input number base,please fill in the correct value under this base.
- Inpur Number:Supports the input of integers and floating point numbers. The range of values supported by integers is:-22147483647 to +22147483647. Floating point numbers support 1024 digits after the decimal point. Support the input of positive or negative numbers.The input value is -2E.95a9 (16 base) form, scientific notation input is not supported.
- To Base:the result number base.
Base introduction
Base | Number |
---|---|
2 | 0,1 |
3 | 0,1,2 |
4 | 0,1,2,3 |
5 | 0,1,2,3,4 |
6 | 0,1,2,3,4,5 |
7 | 0,1,2,3,4,5,6 |
8 | 0,1,2,3,4,5,6,7 |
9 | 0,1,2,3,4,5,6,7,8 |
10 | 0,1,2,3,4,5,6,7,8,9 |
11 | 0,1,2,3,4,5,6,7,8,9,A(10) |
12 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11) |
13 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12) |
14 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13) |
15 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14) |
16 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15) |
17 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16) |
18 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17) |
19 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18) |
20 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19) |
21 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20) |
22 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21) |
23 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) |
24 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23) |
25 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24) |
26 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25) |
27 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26) |
28 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27) |
29 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28) |
30 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28),T(29) |
31 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28),T(29),U(30) |
32 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28),T(29),U(30),V(31) |
33 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28),T(29),U(30),V(31),W(32) |
34 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28),T(29),U(30),V(31),W(32),X(33) |
35 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28),T(29),U(30),V(31),W(32),X(33),Y(34) |
36 | 0,1,2,3,4,5,6,7,8,9,A(10),B(11),C(12),D(13),E(14),F(15),G(16),H(17),I(18),J(19),K(20),L(21),M(22) ,N(23),O(24),P(25),Q(26),R(27),S(28),T(29),U(30),V(31),W(32),X(33),Y(34),Z(35) |