It looks like an encoding problem.
No idea what caused the problem in first place, my best guess is that the file got corrupted during the recovery process.
I was able to reproduce the error by opening a wallet file with notepad and save it after editing the encoding format from "UTF-8" to "Unicode big endian"/"UTF-16".
Here is what i get when I open the wallet file with Electrum:

and here is how the file looks like when trying to open it on WordPad:
However it works fine on notepad. Therefore, Isuggest that OP tries to open the file with other text editors and see if that solves his problem.
If it doesn't, then he may also try opening it using an Hex editor. I used
https://hexed.it/ to explain how it works. (However, OP should use a reliable software run locally to avoid exposing his private keys.)
Upload the wallet file and use the search feature to search for the word "seed". You'll get something like this:

Then you will be able to restore your wallet from seed. Hope this works for you.
edit: if the wallet is encrypted then the above will be worthless without the password to decrypt it.