बाइनरी, ऑक्टल, दशमलव और हेक्साडेसिमल के बीच संख्याएं बदलें। कोई भी फ़ील्ड संपादित करें और बाकी तुरंत अपडेट हो जाते हैं। बड़े मान बिना राउंडिंग के सटीक हैं।
Number Base का उपयोग कैसे करें
चार फ़ील्ड में से किसी भी एक में संख्या टाइप करें।
टाइप करते ही अन्य बेस तुरंत अपडेट हो जाते हैं।
अपरकेस हेक्स टॉगल करें और एक क्लिक से कोई भी मान कॉपी करें।
This number base converter switches whole numbers between binary (base 2), octal (base 8), decimal (base 10) and hexadecimal (base 16). Every field is editable, so you can type into any base and read the equivalent in the others instantly.
A number base is just how many distinct digits a system uses before it rolls over to the next position. Decimal uses ten (0 to 9), binary uses two (0 and 1), and hexadecimal uses sixteen, adding a to f for the values ten to fifteen, which is why a single hex digit neatly represents four binary bits.
Conversions use arbitrary-precision integers (BigInt), so even very long values stay exact, without the rounding errors that affect ordinary floating-point numbers once they get large.
Bases come up all over low-level work: hexadecimal for colors, bytes and memory addresses, binary for flags and network masks, and octal for Unix file permissions. Reading the same value across bases makes debugging and bit-twiddling much easier.
A leading minus sign is supported for negatives, spaces are ignored so you can group digits for readability, and an option shows hexadecimal in upper or lower case.
It converts integers only; fractional base conversion is a separate problem and is intentionally left out so the results stay exact. Everything runs in your browser.
अक्सर पूछे जाने वाले सवाल
बाइनरी (बेस 2), ऑक्टल (बेस 8), दशमलव (बेस 10) और हेक्साडेसिमल (बेस 16)। आप कोई भी संपादित कर सकते हैं और बाकी उसके अनुसार बदल जाते हैं।
हां। यह मनमानी-परिशुद्धता पूर्णांक (BigInt) उपयोग करता है, इसलिए बहुत लंबे मान भी सामान्य फ्लोटिंग-पॉइंट संख्याओं को प्रभावित करने वाली राउंडिंग त्रुटियों के बिना सटीक कनवर्ट होते हैं।
हां, आगे का माइनस चिह्न समर्थित है। स्थान नजरअंदाज किए जाते हैं, इसलिए आप पठनीयता के लिए अंकों को समूहित कर सकते हैं।
नहीं, यह पूर्ण संख्याएं (पूर्णांक) कनवर्ट करता है। भिन्नात्मक बेस कनवर्शन एक अलग समस्या है और परिणाम सटीक रखने के लिए जानबूझकर बाहर रखा गया है।
इस टूल को एम्बेड करें
इस टूल को अपनी वेबसाइट में जोड़ें। नीचे दिया स्निपेट कॉपी करें; यह अपने आप अपडेट रहता है।
<iframe src="https://monu.tools/embed/hi/number-base-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>संबंधित टूल
CSV को Markdown टेबल में और Markdown टेबल को वापस CSV में बदलें, दोनों दिशाओं में।
JSON Web Token को डिकोड करके उसके हेडर और पेलोड का निरीक्षण करें, मानव-पठनीय समाप्ति और जारी करने के समय के साथ। पूरी तरह आपके ब्राउज़र में चलता है; टोकन कभी अपलोड नहीं होते।
JavaScript रेगुलर एक्सप्रेशन को लाइव टेस्ट करें, मैच हाइलाइट किए गए और कैप्चर ग्रुप सूचीबद्ध।
Cron एक्सप्रेशन विज़ुअली बनाएं और सत्यापित करें, अगली रन समय के साथ सादे भाषा में व्याख्या।