Computer Science, asked by mythosouper, 2 months ago



Imagine I have given name to each of the string as A, B, C, D, E, and F. Convert these
alphabets into Hexadecimal numbers.​

Answers

Answered by tejas23610
1

Convert a string to hexadecimal ASCII values

Given a string as input, write a program to convert the characters of the given string into the hexadecimal equivalent of ASCII values.

Examples :

Input : Geek

Output : 4765656b

Input : IronMan part 3

Output : 49726f6e4d616e20706172742033

Similar questions