Change file encoding in Vim

This is for my own reference, I always forget how to do this..

Once

:w[rite] ++enc=utf-8 [filename]

Persistently

:set fileencoding=utf-8