Question:

Which of the following is the ASCII-7 code of “GIRL” in hexadecimal?

Show Hint

For ASCII hexadecimal codes, remember capital letters start from \(A=41\), \(B=42\), \(C=43\), and so on.
Updated On: Jun 6, 2026
  • \(4C\ 47\ 52\ 49\)
  • \(49\ 47\ 4C\ 52\)
  • \(47\ 49\ 52\ 4C\)
  • \(47\ 52\ 4C\ 49\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept:
ASCII code represents characters using numerical values. In hexadecimal notation, each English capital letter has a fixed ASCII value.

Step 1: Write ASCII hexadecimal value of each character.
\[ G = 47 \] \[ I = 49 \] \[ R = 52 \] \[ L = 4C \]

Step 2: Arrange according to the word “GIRL”.

The word is: \[ G\ I\ R\ L \] So, the hexadecimal ASCII code is: \[ 47\ 49\ 52\ 4C \] \[ \therefore \text{Correct Answer is (C)} \]
Was this answer helpful?
0
0