You can check your file encoding by going to edit->set encoding. see what does it say. Before you panic also be sure to restart Eclipse. It sometimes happens that strange characters are shown, but usually a restart fixes it.
EDIT As for how can you restore a version of your file: Every time you modify a file in Eclipse, a copy of the old contents is kept in the local history. (see here). You can find your file in: .metadata\.plugins\org.eclipse.core.resources\.history of your workspace. Hopefully this will help you.
EDIT 2 Ah actually the file there is ugly looking binary, but at least is stored. You can try from Eclipse: select your file -> right click -> replace with -> local history.