In classic ASP (VBScript), when I replace the string, a strange character appears.
<%
    myString = "My Ttitle ®"
    myString = Replace(myString,"®", "®")
    Response.Write(myString)
%>
If I print this out to HTML, the final result is (Which has a strange A in it):
My Ttitle ®