Skip to content

Double love | Dating site to meet singles find real love!

Double love

Menu
  • Sample Page
Menu

What is binary (the simplest understanding of binary)

Posted on December 10, 2022

What is binary? hexadecimal. Decimals are the counting method we usually use in our daily life.

Binary: 0 and 1, every two into one.

Octal: 0, 1, 2, 3, 4, 5, 6, 7, one for each octal.

Hexadecimal: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 1 for every 16.

In PLC, I, Q, M are octal, counters and timers are decimal.

Let’s talk about the conversion method between decimals first:

Binary to decimal:

One of the digits on the right side of binary is 2 to the power of 0, the second digit is 2 to the power of 1, and so on, the nth bit is 2 to the n-1 power. Then, after calculating and adding the bits to 1, it represents the decimal value:

Example: 2#11011=10#1+2+8+16=27

Decimal to binary

You can first remember some simple binary and decimal digital conversions.

For example: binary 1 1 1 1 1 1 1 1 1

decimal 512 256 128 64 32 16 8 4 2 1

Then: We give the number 68, then 68=64+4, all unnecessary digits are counted as 0, so:

8 is equal to: 2#1000100

Then octal and hexadecimal system can be converted to binary first, then binary to decimal, decimal can also be converted to binary first, then binary to octal and hexadecimal:

Hexadecimal to binary:

Each hexadecimal number represents a four-digit binary number. If there are not enough digits, add 0 to the left.

For example: 16 # f8d4f = 1118 = 0100d = 11014 = 0100

Then 16#F8D4 = 2#1111 0100 1011 0100

Octal to Binary:

Each octet represents a three-digit binary system, with 0s added to the left if there are not enough digits.

For example: 8#176 1=001 7=111 6=110

8#176=2#001 111 110

This knowledge is in our work We will often use it in , and we will keep in mind some common number system conversions. For conversions of some larger values, you can save time and use a calculator for the conversion.

Recent Posts

  • The toilet is clogged (Ten tricks to unclog the toilet)
  • rh negative blood (Rh negative blood (panda blood) ins and outs)
  • Driving skills (these few driving skills)
  • Ways to wear couple rings (do you know how many ways to wear couple rings?)
  • What does ssl mean (what is an ssl certificate made of?)

Recent Comments

No comments to show.

Archives

  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019

Categories

  • Emotional zone
  • Love sign
  • Love Skills
  • Marriage management
  • popular science knowledge
  • Uncategorized
©2023 Double love | Dating site to meet singles find real love! | Design: Newspaperly WordPress Theme