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
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
Computer Science,
1 month ago
Math,
2 months ago
English,
2 months ago
Physics,
10 months ago
Computer Science,
10 months ago