Bandwidth usage by strings/enums

Does anyone know how much bandwidth does an enum take to send compared to a char?

I’m trying to figure out which would use less network, since I’m going to be dealing with client tweening, and since these are going to be happening often in the game I’m making I want to minimize data usage by tweens so I can fill up data usage on other parts of the game.