Given:
CR = %0d = \r LF = %0a = \n
What does
%3E, %3C
Mean?
They are URL encoded characters:
%3C
<
%3E
>
More info on URL Encoding, and a chart of some of the lower ASCII values.