شمېرې بنسټ ونجوونکی
د دوديز، octal، لسيزه او hexadecimal ترمنځ شمېرې بدلول.
. پایلې اوسمهالول لکه څنګه چې تاسو ليکل
د دې شمېرګر په اړه
number base converters are used to convert numbers from binary to octal, from octal to decimal, from decimal to hexadecimal, and from hexadecimal to binary. The number base converters are used to convert numbers from binary to octal, from octal to decimal, from decimal to hexadecimal, and from hexadecimal to binary. The number base converters are used to convert numbers from binary to octal, from octal to decimal, from octal to hexadecimal, from octal to hexadecimal, and from hexadecimal to binary.Worked example: the number base converter works with the number base converters.Worked example: the number base converter works with the number base converters.Worked example: the number base converter works with the number base converters.Worked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base converter works with the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked example: the number base convertersWorked
ډېرې پوښتنې
زه څنګه د دوديز ته د اعشاري بدلوي؟
په څو ځله د 2 ویش او د پاتې له لاندې څخه پورته ولولئ. د مثال په توګه په لسيزه 10 ده په باينري 1010، او 255 ده 11.
Hexadecimal څه لپاره کارول کیږي؟
Hexadecimal (د بنسټ 16) د يو رقم (0-9 بيا A-F) څلور binary bits بسته، نو دا د بایټونو د ليکلو د يو کمپک لاره ده. د اعشاري شمېر 255 ده په hex FF.
ولې زما شمېره د ډېش ښکاره کوي؟
د رقمونه بايد د سرچينې د بنسټ د اعتبار وړ وي - د مثال په توګه يواځې 0 او 1 په binary، يا 0-9 او A-F په hex. يو ناسم رقم د پایلې undefined کوي.
څه د ليکنو A ته F په hexadecimal معنی؟
دوی د ارزښتونو لپاره یو واحد رقمونه دي 10 تر 15: A 10 دی، B 11 دی، تر F چې 15 دی. دا اجازه ورکوي چې د 16 اساسي شمیرې تر 15 پورې په یو ځای کې ځای شي مخکې له دې چې دا باید ترسره شي.
ولې هر hex رقم برابر څلور باينري رقمونو؟
ځکه چې 16 برابر 2 د څلورم ځواک، هر hexadecimal رقم په دقیق ډول څلور bits پوښي. نو د بایټ 11 په 1 1 ډلو، چې د FF ده - دا د شمېر د بنسټ Converter د تاسو لپاره چې ډله کوي.
کولای شي دا بدلونکی د ډېرو لویو شمېرو د لاسونو؟
دا په بشپړو شمیرو کار کوي او تر هغه وخته پورې چې د بشپړ شمیرو لړۍ په دقیق ډول ذخیره کیږي (د 9 quadrillion، یا 2⁵³ په اړه) دقیق دی. له دې څخه بهر، خورا اوږده دوهمه یا hexadecimal تارونه ممکن د دوی په وروستیو شمیرو کې دقیقیت له لاسه ورکړي.
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);
پایلې یوازې د عمومي لارښوونې لپاره اټکل شوي، نه مالي، طبي یا مالیه مشورې.