Ascii टेक्स्ट कन्वर्टर के लिए बाइनरी

Ascii कनवर्टर उदाहरण के लिए बाइनरी

इनपुट डेटा

01000101 01111000 01100001 01101101 01110000 01101100 01100101

उत्पादित आंकड़े

Example

बाइनरी को टेक्स्ट में कैसे बदलें

बाइनरी ASCII कोड को टेक्स्ट में बदलें:

  1. बाइनरी बाइट प्राप्त करें
  2. बाइनरी बाइट को दशमलव में बदलें
  3. ASCII तालिका से ASCII कोड का वर्ण प्राप्त करें
  4. अगले बाइट के साथ जारी रखें

01000001 बाइनरी को टेक्स्ट में कैसे बदलें?

ASCII तालिका का प्रयोग करें:
010100002 = 26+24 = 64+16 = 80 => "पी"
011011002 = 26+25+23+22 = 64+32+8+4 = 108 => "एल"
011000012 = 26+25+ 20 = 64+32+1 = 97 => "ए"
01000001 = 2^6+2^2 = 64+1 = 65 = 'ए'
00110000 = 2^5+2^4 = 2^5+2^4 = 32+16 = 48 = '0'

ASCII पाठ रूपांतरण तालिका के लिए बाइनरी

हेक्साडेसिमल बायनरी ASCII वर्ण
00 00000000 नुल
01 00000001 तो ज
02 00000010 एसटीएक्स
03 00000011 ईटीएक्स
04 00000100 ईओटी
05 00000101 एनक्यू
06 00000110 एसीके
07 00000111 बेली
08 00001000 बी एस
09 00001001 हिंदुस्तान टाइम्स
0ए 00001010 वामो
0बी 00001011 वीटी
0सी 00001100 सीमांत बल
0 दि 00001101 करोड़
0ई 00001110 इसलिए
0F 00001111 एसआई
10 00010000 डीएलई
1 1 00010001 DC1
12 00010010 DC2
13 00010011 DC3
14 00010100 DC4
15 00010101 एन ए
16 00010110 SYN
17 00010111 ईटीबी
18 00011000 कर सकते हैं
19 00011001 ईएम
1 क 00011010 विषय
1बी 00011011 ESC
1सी 00011100 एफएस
-1 डी 00011101 जी एस
1ई 00011110 रुपये
1F 00011111 हम
20 00100000 स्थान
21 00100001 !
22 00100010 "
23 00100011 #
24 00100100 $
25 00100101 %
26 00100110 और
27 00100111 '
28 00101000 (
29 00101001 )
2ए 00101010 *
2 बी 00101011 +
2सी 00101100 ,
2डी 00101101 -
2ई 00101110 .
2F 00101111 /
30 00110000 0
31 00110001 1
32 00110010 2
33 00110011 3
34 00110100 4
35 00110101 5
36 00110110 6
37 00110111 7
38 00111000 8
39 00111001 9
3 ए 00111010 :
3 बी 00111011 ;
-3 सी 00111100 <
3डी 00111101 =
3ई 00111110 >
3एफ 00111111 ?
40 01000000 @
41 01000001
42 01000010 बी
43 01000011 सी
44 01000100 डी
45 01000101
46 01000110 एफ
47 01000111 जी
48 01001000 एच
49 01001001 मैं
4 ए 01001010 जे
4 बी 01001011
4सी 01001100 ली
4डी 01001101 एम
4ई 01001110 एन
4एफ 01001111 हे
50 01010000 पी
51 01010001 क्यू
52 01010010 आर
53 01010011 एस
54 01010100 टी
55 01010101 यू
56 01010110 वी
57 01010111 वू
58 01011000 एक्स
59 01011001 यू
5ए 01011010 जेड
5 ब 01011011 [
5सी 01011100 \
5डी 01011101 ]
5ई 01011110 ^
5एफ 01011111 _
60 01100000 `
61 01100001
62 01100010 बी
63 01100011 सी
64 01100100 डी
65 01100101
66 01100110 एफ
67 01100111 जी
68 01101000 एच
69 01101001 मैं
6ए 01101010 जे
6बी 01101011
6सी 01101100 मैं
6डी 01101101 एम
6ई 01101110 एन
6एफ 01101111 o
70 01110000 p
71 01110001 q
72 01110010 r
73 01110011 s
74 01110100 t
75 01110101 u
76 01110110 v
77 01110111 w
78 01111000 x
79 01111001 y
7A 01111010 z
7B 01111011 {
7C 01111100 |
7D 01111101 }
7E 01111110 ~
7F 01111111 DEL

Binary System

The binary numeral system uses the number 2 as its base (radix). As a base-2 numeral system, it consists of only two numbers: 0 and 1. 

While it has been applied in ancient Egypt, China and India for different purposes, the binary system has become the language of electronics and computers in the modern world. This is the most efficient system to detect an electric signal’s off (0) and on (1) state. It is also the basis for binary code that is used to compose data in computer-based machines. Even the digital text that you are reading right now consists of binary numbers.

ASCII Text

ASCII (American Standard Code for Information Interchange) is one of the most common character encoding standards. Originally developed from telegraphic codes, ASCII is now widely used in electronic communication for conveying text.

The original ASCII is based on 128 characters. These are the 26 letters of the English alphabet (both in lower and upper cases); numbers from 0 to 9; and various punctuation marks. In the ASCII code, each of these characters are assigned a decimal number from 0 to 127. For example, the ASCII representation of upper case A is 65 and the lower case a is 97.