PowerShell PowerShell $decimal = 32 [Convert]::ToString($decimal, 2) 12 $decimal = 32[Convert]::ToString($decimal, 2)