எண் அடிப்படை மாற்றி

இரும, எண்ம, தசம மற்றும் ஐந்தெழுத்து எண்மங்களுக்கு இடையே எண்களை மாற்று.

முடிவு
மாற்றம்

நீங்கள் தட்டச்சு செய்யும் போது முடிவுகள் புதுப்பிக்கப்படும்.

கணிப்பொறி பற்றி

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.Worked example: the decimal number 255 is 11 in binary and FF in hexadecimal, since 255 = 15×16 + 15.A converter also reports the intermediate decimal value so you can check theWorked 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:

அடிக்கடி கேட்கப்படும் கேள்விகள்

நான் எவ்வாறு இருமத்தை தசமமாக மாற்றுவது?

2ல் பகிர்ந்து பின் மீதியை கீழிருந்து மேலாக படி. உதாரணமாக 10 தசமம் இருமம் 1010, 255 11.

எதற்கு பதினாறாம் எண் பயன்படுத்தப்படுகிறது?

16- அட்டவணை (அடிப்படை 16) ஒரு இலக்கத்தில் நான்கு இரும பிட்களை (0-9அடுத்தது A- F) சேர்க்கிறது, எனவே இது பைட்டுகளை எழுத ஒரு சிறிய வழி. 16- அட்டவணையில் FF என்பது 255 என்ற தசம எண்.

ஏன் என் எண் ஒரு டாஷ் காட்டுகிறது?

மூல அடிப்படைக்கான இலக்கங்கள் சரியானதாக இருக்க வேண்டும் - உதாரணமாக இருமத்தில்0மற்றும் 1, அல்லது ஹெக்ஸாவில் 0-9 மற்றும் A-F. ஒரு தவறான இலக்கமானது முடிவுகளை வரையறுக்கப்படாததாக ஆக்குகிறது.

16- அட்டவணையில் A முதல் F வரை உள்ள எழுத்துக்கள் என்ன அர்த்தம்?

அவை 10 முதல் 15 வரையிலான மதிப்புகளுக்கு ஒற்றை எண்ணாக உள்ளன: A 10, B 11, F 15 வரை. இது அடிப்படை 16 ஐ 15 வரையிலான எண்களை ஒரு இடத்தில் பொருத்த அனுமதிக்கிறது, அது கொண்டு செல்லப்படுவதற்கு முன்.

ஏன் ஒவ்வொரு 16- இலக்கமும்4இரட்டை இலக்கங்களுக்கு சமமாக உள்ளது?

16 என்பது நான்காவது வலிமைக்கு2க்கு சமமானதால், ஒவ்வொரு ஐந்தெழுத்து எண்களும் சரியாக நான்கு பிட்களைக் கொண்டிருக்கும். எனவே பைட் 11 க்கு குழுவாக்கப்படுகிறது, இது FF - இந்த எண் அடிப்படை மாற்றி உங்களுக்கு அந்த குழுவாக்கத்தை செய்கிறது.

இந்த மாற்றி மிகப்பெரிய எண்களை கையாள முடியுமா?

இது முழு எண்கள் மீது வேலை செய்கிறது மற்றும் சரியானது முழு எண்கள் சரியாக சேமிக்கப்படும் வரம்பு வரை (9 கனடில்லியன் அல்லது 2⁵³). அதைத் தவிர, மிக நீண்ட இரும அல்லது ஐந்தெழுத்து சரங்கள் அவற்றின் கடைசி எண்களில் சரியானதை இழக்கலாம்.

❤️ காதல் 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);

முடிவுகள் பொதுவான வழிகாட்டுதல் மட்டுமே மதிப்பீடுகள், நிதி, மருத்துவம் அல்லது வரி ஆலோசனை இல்லை.