(setf *xml-set-encoding-on-save* t)
ついでに、utf-8を指定されたときにutf-8nにする(つまりBOMをつけないようにする)には、
(setf *xml-use-utf8n-encoding* t)