It was noted in the conversation on #14341 that bytes2hex is very similar in functionality to hex and num2hex. There's also overlap between bin and bits. Of course hex2bytes is also a form of number parsing. This is a design issue to discuss how to reduce and systematize the number of functions for printing and parsing numbers in different bases.