Home » HTML » HTML URL Encode » Question
  1. What is the URL Encode for the character ‘M’?
    1. %50
    2. %47
    3. %4A
    4. %4D
    5. None of these
Correct Option: D

The URL Encode for character ‘M’ is %4D, %47 is URL Encode for ‘G’, %4A is URL Encode for ‘J’, %50 is URL Encode for the character ‘P’. The URL Encode for A to Z characters start from 41 to 5A followed by a ‘%’ sign serially.



Your comments will be displayed only after manual approval.