Sublime Text 2 - Encoding UTF-8

Solution 1:

Just go to File → "Save with encoding" and select your preferred encoding.

Solution 2:

If you want to set UTF-8 as your default encoding, you can also do this:

Preferences -> Settings - User -> Add this line of code

"default_encoding": "UTF-8",

Save.