PowerShell PowerShell $decimal = 3232 [Convert]::ToString($decimal, 16) 12 $decimal = 3232[Convert]::ToString($decimal, 16)