MariaDB boolean displaying as hex

I have multiple fields in my database that hold boolean values to indicate whether certain options were enabled. When I look at the data in Metabase, it displays these values as either 0x30 (0 in hex) or 0x31 (1 in hex). Does anyone know why this would be happening and/or how to fix it? I am using MariaDB.