PowerShell PowerShell $binario = "11111111" [Convert]::ToInt32($binario,2) 12 $binario = "11111111"[Convert]::ToInt32($binario,2)