Binary Clued Mystery

How to translate Binary to Decimal:

To translate binary to decimal you need to use a grid to translate it. You use the grid and put the code into the spaces. Once you put it in the table you can change it into decimal. Example below:

JavaScript Math: Convert a binary number to a decimal number - w3resource
https://www.w3resource.com/javascript-exercises/javascript-math-exercise-2.php

How to translate Decimal to Binary:

To translate decimal to binary you pretty much reverse the process of what you did with binary to decimal. For example: if the number is 104 then you put a one in which ever column can make 104.

Binary to Decimal Conversion Calculator | Engineers Edge |  www.engineersedge.com
https://www.engineersedge.com/instrumentation/binary_to_decimal_14686.htm

How to translate Binary to Ascii and back:

To translate binary to ascii you have to convert the binary to decimal (shown above) and then you convert the decimal to ascii, to convert the decimal to ascii you take the decimal number then use it to turn it into ascii.

Design a site like this with WordPress.com
Get started