[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
Torthaí a nuashonrú mar a chlóscríobh tú.
Maidir leis an áireamhán seo
number base converter reads the value in the source base, works out its plain decimal value, and reexpresses that value in the target base. It reads your value in the source base, works out its plain decimal value, and reexpresses that value in the target base. It reads your value in the source base, works out its plain decimal value, and reexpresses that value in the target base. It reads your value in the source base, works out its plain decimal value, and reexpresses that value in the target base. It reports the intermediate decimal value so you can check the working.Worked example: the decimal number 255 is 11 in binary and FF in hexadecimal, since 255 = 15×16 + 15.Worked example: the decimal number 255 is 11 in binary and FF in hexadecimal, since 255 = 15×16 + 15.Worked example: the decimal number 255 is 11 in binary and FF in hexadecimal.Worked example: the decimal number 255 is 111 in binary and FF in hexadecimal.Worked example: the decimal number 255 is 111 in binary and FF in hexadecimal.Worked example: the decimal number 255Worked example: the decimal number 255 is 111 in binary and FF in hexadecimal.Worked example: the decimal number 255Worked example: the decimal number 255 is 111 in binary and FF in hexadecimal.Worked example: the decimal number 255Worked example: the decimal number 255 is 111 in binary and FF in hexadecimal.Worked example: the decimal number 255Worked example: the decimal number 255 is 111 in binary and FF in hexadecimal.
Ceisteanna Coitianta
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
[Translation temporarily unavailable. Please try again.]
API — úsáid an áireamhán seo ó chód
Glaoigh ar an áireamhán seo mar chríochphointe JSON saor in aisce - níl aon eochair ag teastáil. Seol na luachanna réimse thíos mar pharaiméadair cheist nó JSON. Léigh an doiciméadú iomlán API →
Deireadhphointe
GET https://calculator.free/api/v1/number-base/
curl
curl "https://calculator.free/api/v1/number-base/?amount=255&from=10&to=2"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/number-base/?" + new URLSearchParams({
"amount": "255",
"from": "10",
"to": "2"
}));
const data = await r.json();
console.log(data.results);
Is meastacháin iad na torthaí le haghaidh treoir ghinearálta amháin, ní comhairle airgeadais, leighis nó cánach.