How do you know how much how big a table is in kilobytes?

If I had a table like this: local tbl = {"String", 123, true}, how can I figure out how much computer memory it is taking up? I assume such a small table like this would take up about 0.0001 kilobytes of computer memory, or something absurdly small like that.