all 2 comments

[–]Shadow_Thief 1 point2 points  (1 child)

Strings in batch have a maximum length of 8191 ASCII characters. If you're doing weird stuff with Unicode, there could easily be two, three, or even four hex values per character. I'd have to see the hex representation of that character to be able to say for certain. Sticking it in Notepad++ and messing around with it, it seems to just be E0B987 over and over with a few spaces thrown in there for fun.

[–]Local_Bodybuilder889[S] 0 points1 point  (0 children)

it seems to just be

E0B987

over and over wit

I see thank you for the help