I\'ve recently noticed a lot of high profile sites using characters directly in their source, eg:
“Hi there”
Rather than:
It is better to use characters directly. They make for: easier to read code.
Google's HTML style guide advocates for the same. The guide itself can be found here: Google HTML/CSS Style guide.