Text-Binary Conversion of Special Characters

"Binary code" by Christiaan Colen is licensed under CC BY-SA 2.0.


Conversion of special characters into binary can also be done. I have given a list of such conversions below-

Character                                                      Binary                                                          Decimal number

       .                                                             00101110                                                                    46
       ,                                                             00101100                                                                    44
       /                                                             00101111                                                                    47
       ?                                                            00111111                                                                    63
       >                                                            00111100                                                                    60
       <                                                            00111110                                                                    62
       '                                                             00100111                                                                   39
       ;                                                             00111011                                                                   59
       "                                                            00100010                                                                   34
       :                                                             00111010                                                                   58
       [                                                             01011011                                                                   91
       ]                                                             01011101                                                                   93
       \                                                             01011100                                                                   92
       {                                                            01111011                                                                  123
       }                                                             01111101                                                                  125
       |                                                              01111100                                                                  124
       =                                                            00111101                                                                   61
       -                                                             00101101                                                                   45
       +                                                            00101011                                                                   43
       _                                                            01011111                                                                    95
       )                                                             00101001                                                                   41
       (                                                             00101000                                                                   40
       *                                                            00101010                                                                   42
       &                                                           00100110                                                                   38
       ^                                                             01011110                                                                   94
       %                                                           00100101                                                                   37
       $                                                            00100100                                                                   36
       #                                                             00100011                                                                   35
       @                                                           01000000                                                                   64
       !                                                             00100001                                                                    33
       `                                                             01100000                                                                    96
       ~                                                            01111110                                                                    126
   (space)                                                    00100000                                                                    32


These are the main special character conversions to binary. Hope this information was useful. Please consider commenting and filling the contact form for your reviews and suggestions.

Regards,

Aarav Iyer

References:

(1) https://www.rapidtables.com/convert/number/binary-to-decimal.html?x=00111110

(2) https://www.convertbinary.com/text-to-binary/

(3) (image) https://openverse.org/image/705c1836-8efa-4371-92d6-a218f89e8421/?referrer=creativecommons.org

Aarav Iyer

I am a technology and programming enthusiast, currently a high school student. I also love drawing and am fairly interested in aeronautics and astrophysics. My favourite pastimes are reading books, blogging and skywatching with my telescope.

Post a Comment

Previous Post Next Post