Skip to main content

BINARY

Origin: Germany

Binary code is a system of representing information or data using only two symbols, typically 0 and 1. It is the basis of all digital systems, including computers. In binary code, each digit is called a bit (short for binary digit) and represents the presence or absence of a particular signal or state.

In the binary number system, each digit has a place value based on powers of 2. The rightmost digit represents 2^0 (1), the next digit to the left represents 2^1 (2), then 2^2 (4), 2^3 (8), and so on. This allows the representation of numbers in binary form, where each digit can be either 0 or 1.

For example:

  • The binary number 1010 represents the decimal number 10 (2^3 + 2^1 = 8 + 2 = 10).
  • The binary number 11100 represents the decimal number 28 (2^4 + 2^3 + 2^2 = 16 + 8 + 4 = 28).

In addition to numbers, binary code is also used to represent other types of data, such as text, images, audio, and video. For instance, in binary code, each character of text is assigned a unique binary pattern or code, allowing computers to store, process, and transmit textual information.

Computers use binary code as their fundamental language because digital systems are based on the manipulation of electrical signals that can be either on (represented by 1) or off (represented by 0). Through the combination and arrangement of these binary digits, complex operations and computations can be performed.

Binary code forms the basis for computer programming and the representation of information in digital form. It serves as the foundation for higher-level coding systems, such as hexadecimal and ASCII, which provide more compact and human-readable representations of binary data.




Binary Table

  1. NUL

    00000000

  2. SOH

    00000001

  3. STX

    00000010

  4. ETX

    00000011

  5. EOT

    00000100

  6. ENQ

    00000101

  7. ACK

    00000110

  8. BEL

    00000111

  9. BS

    00001000

  10. TAB

    00001001

  11. LF

    00001010

  12. VT

    00001011

  13. FF

    00001100

  14. CR

    00001101

  15. SO

    00001110

  16. SI

    00001111

  17. DLE

    00010000

  18. DC1

    00010001

  19. DC2

    00010010

  20. DC3

    00010011

  21. DC4

    00010100

  22. NAK

    00010101

  23. SYN

    00010110

  24. ETB

    00010111

  25. CAN

    00011000

  26. EM

    00011001

  27. SUB

    00011010

  28. ESC

    00011011

  29. FS

    00011100

  30. GS

    00011101

  31. RS

    00011110

  32. US

    00011111

  33.  

    00100000

  34. !

    00100001

  35. "

    00100010

  36. #

    00100011

  37. $

    00100100

  38. %

    00100101

  39. &

    00100110

  40. 00100111

  41. (

    00101000

  42. )

    00101001

  43. *

    00101010

  44. ,

    00101100

  45. -

    00101101

  46. .

    00101110

  47. /

    00101111

  48. 0

    00110000

  49. 1

    00110001

  50. 2

    00110010

  51. 3

    00110011

  52. 4

    00110100

  53. 5

    00110101

  54. 6

    00110110

  55. 7

    00110111

  56. 8

    00111000

  57. 9

    00111001

  58. :

    00111010

  59. ;

    00111011

  60. <

    00111100

  61. =

    00111101

  62. >

    00111110

  63. ?

    00111111

  64. @

    01000000

  65. A

    01000001

  66. B

    01000010

  67. C

    01000011

  68. D

    01000100

  69. E

    01000101

  70. F

    01000110

  71. G

    01000111

  72. H

    01001000

  73. I

    01001001

  74. J

    01001010

  75. K

    01001011

  76. L

    01001100

  77. M

    01001101

  78. N

    01001110

  79. O

    01001111

  80. P

    01010000

  81. Q

    01010001

  82. R

    01010010

  83. S

    01010011

  84. T

    01010100

  85. U

    01010101

  86. V

    01010110

  87. W

    01010111

  88. X

    01011000

  89. Y

    01011001

  90. Z

    01011010

  91. [

    01011011

  92. \

    01011100

  93. ]

    01011101

  94. ^

    01011110

  95. _

    01011111

  96. `

    01100000

  97. a

    01100001

  98. b

    01100010

  99. c

    01100011

  100. d

    01100100

  101. e

    01100101

  102. f

    01100110

  103. g

    01100111

  104. h

    01101000

  105. i

    01101001

  106. j

    01101010

  107. k

    01101011

  108. l

    01101100

  109. m

    01101101

  110. n

    01101110

  111. o

    01101111

  112. p

    01110000

  113. q

    01110001

  114. r

    01110010

  115. s

    01110011

  116. t

    01110100

  117. u

    01110101

  118. v

    01110110

  119. w

    01110111

  120. x

    01111000

  121. y

    01111001

  122. z

    01111010

  123. {

    01111011

  124. |

    01111100

  125. }

    01111101

  126. ~

    01111110

  127. Δ

    01111111

  128. Ç

    10000000

  129. ü

    10000001

  130. é

    10000010

  131. â

    10000011

  132. ä

    10000100

  133. à

    10000101

  134. å

    10000110

  135. ç

    10000111

  136. ê

    10001000

  137. ë

    10001001

  138. è

    10001010

  139. ï

    10001011

  140. î

    10001100

  141. ì

    10001101

  142. Ä

    10001110

  143. Å

    10001111

  144. É

    10010000

  145. æ

    10010001

  146. Æ

    10010010

  147. ô

    10010011

  148. ö

    10010100

  149. ò

    10010101

  150. û

    10010110

  151. ù

    10010111

  152. ÿ

    10011000

  153. Ö

    10011001

  154. Ü

    10011010

  155. ø

    10011011

  156. £

    10011100

  157. Ø

    10011101

  158. ×

    10011110

  159. ƒ

    10011111

  160. á

    10100000

  161. ù

    10100001

  162. ó

    10100010

  163. ú

    10100011

  164. ñ

    10100100

  165. Ñ

    10100101

  166. ª

    10100110

  167. º

    10100111

  168. ¿

    10101000

  169. ®

    10101001

  170. ¬

    10101010

  171. ½

    10101011

  172. ¼

    10101100

  173. ¡

    10101101

  174. «

    10101110

  175. »

    10101111

  176. 10110000

  177. 10110001

  178. 10110010

  179. 10110011

  180. 10110100

  181. Á

    10110101

  182. Â

    10110110

  183. À

    10110111

  184. ©

    10111000

  185. 10111001

  186. 10111010

  187. 10111011

  188. 10111100

  189. ¢

    10111101

  190. ¥

    10111110

  191. 10111111

  192. 11000000

  193. 11000001

  194. 11000010

  195. 11000011

  196. 11000100

  197. 11000101

  198. ã

    11000110

  199. Ã

    11000111

  200. 11001000

  201. 11001001

  202. 11001010

  203. 11001011

  204. 11001100

  205. 11001101

  206. 11001110

  207. ¤

    11001111

  208. ð

    11010000

  209. Ð

    11010001

  210. Ê

    11010010

  211. Ë

    11010011

  212. È

    11010100

  213. ı

    11010101

  214. Í

    11010110

  215. Î

    11010111

  216. Ï

    11011000

  217. 11011001

  218. 11011010

  219. 11011011

  220. 11011100

  221. ¦

    11011101

  222. Ì

    11011110

  223. 11011111

  224. Ó

    11100000

  225. ß

    11100001

  226. Ô

    11100010

  227. Ò

    11100011

  228. õ

    11100100

  229. Õ

    11100101

  230. µ

    11100110

  231. þ

    11100111

  232. Þ

    11101000

  233. Ú

    11101001

  234. Û

    11101010

  235. Ù

    11101011

  236. ý

    11101100

  237. Ý

    11101101

  238. ¯

    11101110

  239. ´

    11101111

  240. 11110000

  241. ±

    11110001

  242. 11110010

  243. ¾

    11110011

  244. 11110100

  245. §

    11110101

  246. ÷

    11110110

  247. ¸

    11110111

  248. °

    11111000

  249. ¨

    11111001

  250. ·

    11111010

  251. ¹

    11111011

  252. ³

    11111100

  253. ²

    11111101

  254. 11111110

  255. 11111111