Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Someone suggested a HEX editor which I downloaded and ran. However looking at these lovely groups of numbers and letters I still don't know what encoding it is in.

The guy who emailed me the file told me it is microsoft. :)

Any ideas?

Thanks-in-Advance,

Guido

P.S. I tagged it Java because the code processing the file is in Java.

share|improve this question
Why is this tagged java? – jli Nov 16 '11 at 0:51
2  
possible duplicate of Java : How to determine the correct charset encoding of a stream, How to reliably guess the encoding between MacRoman, CP1252, Latin1, UTF-8, and ASCII, Java Text File Encoding and more. See also "Related" column on right hand side (which is indeed exactly the same list as you saw (and ignored?) after entering the question's title). – BalusC Nov 16 '11 at 0:51
@jli: I added a P.S. to answer. – Guido Anselmi Nov 16 '11 at 0:56

1 Answer

up vote 1 down vote accepted

I use http://www.textpad.com/ for this all the time.

Open the file and then go to 'Save as'... You should be able to see the current encoding.

share|improve this answer
Looks like I am going to reboot in Windows mode..... – Guido Anselmi Nov 16 '11 at 0:57
1  
Notepad++ can also do encoding detection. Also on linux, see the file command: linux.about.com/library/cmd/blcmdl1_file.htm – jli Nov 16 '11 at 1:01
@Ben B: Got it. Thanks. UTF-16LE. TextPad didn't tell me that but it told me enough to figure out the rest. – Guido Anselmi Nov 16 '11 at 1:45
Excellent! Glad it worked for you. – Ben B Nov 18 '11 at 17:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.