Add a space after each character

:s/\w/& /g

Adds a space after every word character in the current line.

Further Reading

:h :s

More Gifs