Base58 Encode and Decode using PHP with example; base58_encode(), base58_decode()

Reply to comment

base58_encode('74') => 2h

I do not see how this can be true. Why neglect the "1"?

base58_encode('74') should be 1h, no?