Тооны үндсийг хөрвүүлэгч

Хоёрдмол, аравтын, аравтын ба хагаст тоог хооронд нь хөрвүүл.

Үр дүн
Өөрчлөх

Тоо бичсэнээр үр дүнг шинэчилнэ.

Энэ калькуляторын тухай

number base converters are used to convert numbers from binary to octal, from octal to decimal, from decimal to hexadecimal, from hexadecimal to binary, from hexadecimal to octal, from octal to decimal, from hexadecimal to hexadecimal, from hexadecimal to binary, from hexadecimal to octal, from octal to decimal, from hexadecimal to hexadecimal, from hexadecimal to binary, from hexadecimal to binary, from hexadecimal to binary, from hexadecimal to hexadecimal, from hexadecimal to octal, from octal to hexadecimal, from hexadecimal to hexadecimal, from hexadecimal to binary, from hexadecimal to hexadecimal to binary, from hexadecimal to hexadecimal to octal, from hexadecimal to hexadecimal to hexadecimal, from hexadecimal to octal, from hexadecimal to hexadecimal to hexadecimal to binary, from hexadecimal to binary, from hexadecimal to hexadecimal to octal, from hexadecimal to hexadecimal to hexadecimal to hexadecimal to octal, from hexadecimal to hexadecimal to hexadecimal to hexadecimal to octal, from hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to binary, from hexadecimal to binary, from hexadecimal to hexadecimal to hexadecimal to octal, from hexadecimal to octal, from hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hexadecimal to hex

Жишээ асуултууд

Хоёрдмол тоог аравтын тоо руу хэрхэн хөрвүүлэх вэ?

2- р хуваах ба үлдэгдэлийг доошоос дээш унших. Жишээ нь, аравтын 10 нь хоёрын 1010, 255 нь 11.

Хоёрдмол тоо юуг заадаг вэ?

Хоёрдмол (16-н суурьтай) нь нэг тоонд дөрвөн бинар битийг (0-9, дараа нь A- F) багтаадаг тул байтыг бичихэд хялбар байдаг. Хоёрдмол тоо 255 нь 16-д FF.

Яагаад миний дугаарт урт үсэг харагдаж байна вэ?

Эх үүсвэрийн суурь дээрх тоонууд нь зөв байх ёстой. Жишээ нь, хоёрын тоонд зөвхөн 0, 1, эсвэл аравтын тоонд 0- 9, A- F. Хожимдсон тоо нь үр дүнг тодорхойгүй болгоно.

A- F үсгүүд 16- н тооны системд юуг илэрхийлдэг вэ?

Энэ нь 10- 15- ийн тооны нэг тоо юм: A нь 10, B нь 11, F нь 15. Энэ нь 16- н суурьтай тоог 15 хүртэлх тоог нэг газарт багтааж өгдөг.

Яагаад 16-н тооны тоонууд4хоёрдогч тоонд тэнцдэг вэ?

16 нь 2- ын дөрөв дэх хүчтэй тэнцүү учраас, 16- н тооны тоонууд яг л4битийг эзэлдэг. Иймээс байтын 11 нь 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);

Энэ нь зөвхөн ерөнхий зөвлөгөөний дүн шинжилгээ бөгөөд санхүү, эмнэлгийн болон татварын зөвлөгөө биш юм.