:set fileencoding=utf8 :w myfilename
Ref:- https://stackoverflow.com/questions/9310274/how-can-i-use-vim-to-convert-my-file-to-utf8
:%s/29/\r29/gc
will insert a new line before each occurrence of 29.
:nmap J :s/\n/, /^M