Math Php

    print decbin(16);
    print base_convert("16", 10, 2);
?>