Here is a simple html page that will take some text and encode it for html using the character codes (&#<charcode>;). Not sure if it will help in cutting spam down or not, but I put it together so I can put my email address on sites in the excaped version so it is visible in a browser, but is all character entities in plain text.
For example instead of this:
<a href="mailto:jack@somedomain.com">Email me</a>
it will be:
<a href="mailto:jake@somedomain.com">Email me</a>
At least it should raise the bar on the scaping utilities ...