Are there any libraries and / or built-in utilities that can facilitate data conversion between ASCII, binary, octal and hexadecimal?
Currently, I primarily need to convert ASCII to binary, octal or hexadecimal. In a later case, the start and end notations will be any of the above notation.
source
share