අංක මූල පරිවර්තකය

ද්විමය, octal, දශම හා hexadecimal අතර අංක පරිවර්තනය කරන්න.

ප්‍රතිඵලය
පරිවර්තනය

ඔබ ටයිප් ලෙස ප්රතිඵල යාවත්කාලීන.

මෙම කැල්ක්යුලේටරය ගැන

number base converter reads the value in the source base, works out its plain decimal value, and re-expresses that value in the target base. It reads your value in the source base, works out its plain decimal value, and re-expresses that value in the target base. It reads your value in the source base, works out its plain decimal value, and re-expresses that value in the target base. It reads your value in the source base, works out its plain decimal value, and re-expresses 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 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked example: the decimal number 255Worked

නිතර අසන ප්රශ්න

මම ද්විමය දශම පරිවර්තනය කරන්නේ කෙසේද?

නැවත නැවතත්2බෙදා වෙන් හා පහළ සිට ඉහළට ඉතිරි කියවන්න. උදාහරණයක් ලෙස දශම 10 ද්විමය 1010 වන අතර, 255 11 වේ.

hexadecimal සඳහා භාවිතා කරන්නේ කුමක්ද?

Hexadecimal (අගයක් 16) එක් අංකයක් (0-9 පසුව A-F) බවට ද්විමය බිට් හතර ඇසුරුම්, ඒ නිසා එය බයිට් ලියන්න සංයුක්ත ක්රමයක්. දශම සංඛ්යාව 255 hex FF වේ.

ඇයි මගේ අංකය ඩේෂ් එකක් දන්නේ නැත්තේ?

අංක මූලාශ්රය පදනම සඳහා වලංගු විය යුතුය - උදාහරණයක් ලෙස ද්විමය පමණක්0සහ 1, හෝ 0-9 හා A-F hex. වලංගු අංක ප්රතිඵලය undefined කරයි.

A සිට F දක්වා අකුරු hexadecimal දී අදහස් කරන්නේ කුමක්ද?

ඒ 10, B 11, වන එෆ් දක්වා: ඔවුන් 10 15 හරහා අගයන් සඳහා තනි අංක ගණිතය වේ. මෙම පදනම 16 එය රැගෙන යාමට පෙර එක් ස්ථානයකට 15 දක්වා අංක ගැලපෙන ඉඩ දෙයි.

ඇයි සෑම hex අංකය ද්විමය අංක හතර සමාන කරන්නේ?

16 සතරවන බලය2සමාන නිසා, සෑම hexadecimal අංකය හරියටම බිට් හතර ආවරණය. ඒ නිසා බයිට් 11 කණ්ඩායම් බවට, වන FF වේ - මෙම සංඛ්යාව පදනම පරිවර්තකය ඔබ වෙනුවෙන් එම කණ්ඩායම් කරන්නේ.

මෙම පරිවර්තකය ඉතා විශාල සංඛ්යාව හැසිරවිය හැකිද?

එය සම්පූර්ණ සංඛ්යාව මත වැඩ කරන අතර පරාසය පූර්ණ සංඛ්යාව දක්වා නිවැරදිව ගබඩා කර ඇත (9 quadrillion ගැන, හෝ 2⁵³). ඒ ඉක්මවා, අතිශය දිගු ද්විමය හෝ hexadecimal strings ඔවුන්ගේ අවසන් අංක නිරවද්යතාව අහිමි විය හැක.

❤️ ආදරය Calculator.Free? ඒක බෙදාගන්න

𝕏  X Facebook Reddit
API - කේතය සිට මෙම කැල්ක්යුලේටරය භාවිතා

කිසිදු යතුරක් අවශ්ය - නිදහස් JSON අවසන් ස්ථානයක් ලෙස මෙම ගණනය කිරීම් ඇමතුම්. විමසුම් පරාමිතීන් හෝ JSON ලෙස පහත ක්ෂේත්ර අගයන් යවන්න. සම්පූර්ණ API ලේඛන කියවන්න →

අවසාන ස්ථානය

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);

ප්රතිඵල සාමාන්ය මග පෙන්වීම සඳහා පමණක් ඇස්තමේන්තු, මූල්ය, වෛද්ය හෝ බදු උපදෙස් නොවේ.