To read a file with a specific encoding:
:e ++enc=windows-1250 path/to/file
To write with a specific encoding:
:w ++enc=utf-8 path/to/file
To read a file with a specific encoding:
:e ++enc=windows-1250 path/to/file
To write with a specific encoding:
:w ++enc=utf-8 path/to/file