DECIMAL TO BINARY CONVERTER
Main Tags :
decimal to binary converterdecimal to binary converter onlinedecimal to binary number converterdecimal to binary converter with fractiondecimal to binary converter methodHow to Convert Decimal to Binarydecimal to binary conversion steps
नंबर सिस्टम क्या है ??
(What is Number System)
बायनरी नंबर क्या है
(What is Binary Number System) ??
इस आर्टिकल में जानेंगे कि बायनरी नंबर क्या है डेसिमल नंबर क्या है और डेसिमल नंबर को बायनरी में कैसे कन्वर्ट किया जाता है । अगर आपको यह आर्टिकल अच्छा लगे तो अपने दोस्तों के साथ शेयर जरूर करें ।
जैसे कि आप जानते होगे कि कंप्यूटर हमारी लैंग्वेज नहीं समझता है वह बायनरी नंबर सिस्टम ही समझता है। हम कंप्यूटर को जो भी इनपुट देंगे वह जीरो और एक में कन्वर्ट करता है।
बाइनरी नंबर सिस्टम में 0 और 1 दो नंबर्स ही होते है। बाइनरी नंबर का बेस 2 होता है। 0 और 1 को boolean में false और true से denote किया जाता है।
जैसे की 1 को बाइनरी में 0001 से और 2 को 0010 से दर्शाया जाता है।
Ex : (11011)2
11011 एक बाइनरी नंबर है। जिसे हम डेसीमल में 27 कहते है।
1 | 1 * 2^0 |
11 | (1 * 2^1) + (1 * 2^0) |
011 | (0 * 2^2)+(1 * 2^1) + (1 * 2^0) |
1011 | (1 * 2^3)+(0 * 2^2)+(1 * 2^1) + (1 * 2^0) |
11011 | (1* 2^4)+(1 * 2^3)+(0 * 2^2)+(1 * 2^1) + (1 * 2^0) |
डेसीमल नंबर क्या है
(What is Decimal Number System)???
हमारा कंप्यूटर डेसीमल नंबर को नहीं समाज सकता क्योकि वह 0 और 1 की भासा यानिकि बाइनरी नंबर ही समाज ता है।
Ex : (90)10
(90)10 = 9×101+0×100
डेसिमल नंबर को बायनरी में Convert कैसे करे :
(How to Convert Decimal To Binary)
Ex : (20)10
20/2 = 10 ,Remainder( सेष ) →0 (MSB)
10/2 = 5 , Remainder (सेष)→0
5/2 = 2 , Remainder (सेष)→1
2/2 = 1 , Remainder (सेष) →0
½ = 0 , Remainder (सेष)→1 (LSB)
Fraction डेसीमल नंबर को बाइनरी में कन्वर्ट कैसे करे ??
(How to Convert Fraction decimal number to binary ???)
Decimal | Binary |
---|---|
0 | 0000 |
1 | 0001 |
2 | 0010 |
3 | 0011 |
4 | 0100 |
5 | 0101 |
6 | 0110 |
7 | 0111 |
8 | 1000 |
9 | 1001 |
10 | 1010 |
11 | 1011 |
12 | 1100 |
13 | 1101 |
14 | 1110 |
15 | 1111 |
16 | 10000 |
17 | 10001 |
18 | 10010 |
19 | 10011 |
20 | 10100 |
About Author :
Hello friends, I am Abhi Patel author & founder of Technovichar.com. I am a student of IT engineering. I like to research and write about new things even if it is from any field. You will continue to support us in this way, we will keep on bringing such interesting information for you.
TAGS : DECIMAL TO BINARY CONVERTER , DECIMAL NUMBER , BINARY NUMBER