How to Count to 255 on 8 Fingers

May 12, 2021 4:18 PM

A binary number is a number expressed in the base-2 numeral system, which only uses only two symbols (typically 0 and 1). The base-2 numeral system is a positional notation with a radix of 2. [1, https://en.wikipedia.org/wiki/Binary_number]

The "radix", or base, is the number of unique digits, including the digit zero, used to represent numbers. [2, https://en.wikipedia.org/wiki/Radix]

Each binary digit is referred to as a "bit". [1]

Counting in binary is similar to counting in any other number system. Beginning with a single digit, counting proceeds through each symbol, in increasing order. After a digit reaches 1 in binary, an increment resets it to 0 but also causes an increment of the next digit to the left. [1]

In the binary system, each digit represents an increasing power of 2, with the rightmost digit representing 2^0, the next representing 2^1, then 2^2, and so on. [1]

Binary may be converted to and from hexadecimal easily, because the radix of the hexadecimal system (16) is a power of the radix of the binary system (2). More specifically, 16 = 2^4, so it takes four digits of binary to represent one digit of hexadecimal. [3, https://en.wikipedia.org/wiki/Binary_number#Hexadecimal]

A "byte" is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer, and for this reason it is the smallest addressable unit of memory in many computer architectures. The modern de facto standard of eight bits per byte allows one byte to store a binary-encoded value between 0 and 255 (2^8 = 256). [4, https://en.wikipedia.org/wiki/Byte]

In computing, a nibble is four bits, and has sixteen (2^4) possible values. A nibble can be represented by a single hexadecimal digit. A full byte is represented by two hexadecimal digits; therefore, it is common to display a byte of information as two nibbles. [5, https://en.wikipedia.org/wiki/Nibble]

By using four fingers of two hands, we can represent the two nibbles of a byte with each hand, and count from 0-255!

If we add our thumbs, we can count from 0 through 1023 (2^10 = 1024)

Feel free to leave the audio muted, it can be obnoxious.

numbers

donotunmute

til

counting

binary

Ones and zeroes everywhere! And I thought I saw a two D:

4 years ago | Likes 2 Dislikes 1

4 years ago | Likes 15 Dislikes 0

That's so cool

4 years ago | Likes 2 Dislikes 0

Thanks!

4 years ago | Likes 1 Dislikes 0

11 in binary can be represented as "two in the pink, one in the stink"

4 years ago | Likes 2 Dislikes 0

4 years ago | Likes 11 Dislikes 0

Damn you beat me to it

4 years ago | Likes 2 Dislikes 0

4 years ago | Likes 8 Dislikes 2

66 to you too!

4 years ago | Likes 9 Dislikes 0

And if you wanna flip off people behind you, it's 36

4 years ago | Likes 2 Dislikes 0

I was going to say Fuck TWO!

4 years ago | Likes 3 Dislikes 0

4 years ago | Likes 2 Dislikes 0

Good beat

4 years ago | Likes 2 Dislikes 0

219 is a bit shocking but definitely ny favorite

4 years ago | Likes 5 Dislikes 1

4 years ago | Likes 2 Dislikes 0

Why in the hell wouldn't you use your thumbs and get to 31 on one hand, 1023 on both?

4 years ago | Likes 2 Dislikes 0

The video would be too fast, & this practice correlates hands to bytes/nibbles. I described 10-bit w thumbs @ the end of the description tho

4 years ago | Likes 1 Dislikes 0

153 ROCK AND ROLL!!!

4 years ago | Likes 2 Dislikes 0

This is how I taught my partner binary during long walks to/from uni. We used all 10 digits.

4 years ago | Likes 2 Dislikes 0

You can get more bits per finger if you're willing to train on more than just out or in.

4 years ago | Likes 2 Dislikes 0

Just make sure you know if you are counting for yourself or showing to others! Hand orientation matters! :) @OP +1

4 years ago | Likes 3 Dislikes 2

My poor animation skills required that I put the thumbs in front, because otherwise they do not look like hands ?

4 years ago | Likes 2 Dislikes 0

This animation is great! But unlike pure counting (0-10) binary digit order matters...thats all. Love seeing digital/number system post!

4 years ago | Likes 2 Dislikes 1