diff --git a/Marlin/thermistortables.h b/Marlin/thermistortables.h
index cfa469735e2cf983f6785a738b43d0ecc1e3eb18..42d8c9e8ff34a351625790832b427e427d38582e 100644
--- a/Marlin/thermistortables.h
+++ b/Marlin/thermistortables.h
@@ -248,7 +248,7 @@ const short temptable_6[][2] PROGMEM = {
    {970*OVERSAMPLENR, 25},
    {978*OVERSAMPLENR, 22},
    {1008*OVERSAMPLENR, 3},
-   {1023*OVERSAMPLENR, 0}  //to allow internal 0�C
+   {1023*OVERSAMPLENR, 0}  //to allow internal 0C
 };
 #endif
 
@@ -309,7 +309,7 @@ const short temptable_7[][2] PROGMEM = {
    {994*OVERSAMPLENR, 15},
    {1001*OVERSAMPLENR, 10},
    {1005*OVERSAMPLENR, 5},
-   {1023*OVERSAMPLENR, 0}  //to allow internal 0�C
+   {1023*OVERSAMPLENR, 0}  //to allow internal 0C
 };
 #endif
 #if (THERMISTORHEATER_0 == 8) || (THERMISTORHEATER_1 == 8) || (THERMISTORHEATER_2 == 8) || (THERMISTORBED == 8)