Stop Pasting Your Code into Random websites

Binary to Decimal

Using Polypad, this script converts binary data into a decimal value.

What is Binary?

Binary is the representational of numerical values in the form of a 0 or 1.

How to use Base64 decode?

Using the Binary to Decimal script with Polypad is very easy. Let’s say we have some binary text that we would like to convert to decimal. Simply paste the binary text down below into Polypad.

1010

Press cmd/ctrl + p depending on your operating system and search for the Base64 Decode script and select it. The expected output should read:

10

To learn more about Binary, please visit our blog