Measures Concepts
GitHub icon

Binary notation

Binary notation - Notation

< >

Binary notation is a notation created in 1689 by Gottfried Leibniz.

#739on PLDB 335Years Old

A photo of Binary notation.

A binary code represents text, computer processor instructions, or any other data using a two-symbol system. The two-symbol system used is often "0" and "1" from the binary number system. The binary code assigns a pattern of binary digits, also known as bits, to each character, instruction, etc. Read more on Wikipedia...


Example from Wikipedia:
100101 = [ ( 1 ) 脳 2^5 ] + [ ( 0 ) 脳 2^4 ] + [ ( 0 ) 脳 2^3 ] + [ ( 1 ) 脳 2^2 ] + [ ( 0 ) 脳 2^1 ] + [ ( 1 ) 脳 2^0 ] 100101 = [ 1 脳 32 ] + [ 0 脳 16 ] + [ 0 脳 8 ] + [ 1 脳 4 ] + [ 0 脳 2 ] + [ 1 脳 1 ] 100101 = 37

HackerNews discussions of Binary notation

title date score comments
How I See Numbers 03/03/2022 300 194

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout