Feed burner changed their blog service return results that it returns blocks of javascript similar to:
document.write(\"\\x3cdiv class\\x3d\\x22feed
In dotnet core you can use Uri.UnescapeDataString(originalString.Replace("\x","%")) to convert it by making it into a Url encoded string first.