Coerce bit to character
## S3 method for class 'bit' as.character(x, ...)
x
a bit vector
bit
...
ignored
a character vector of zeroes and ones
as.character(bit(12))