I wrote an application that encrypts text in this way:
Get the input text
Reverse the text
Convert to hexadecimal
That is kind of impossible, you'd fail at the XOR decryption if you don't have any knowledge about what key was used.
In a general case, it is even more impossible (if that is possible :)) to gauge what an encrypted string might mean.