Arturo, 2523 bytes
$=>[@.of:from.binary&`*`]binary&1]
Returns a list of charactersdigits.
$=>[ ; a function where input is assigned to &
from.binary& ; convert input from binary string to decimal integer
@.of: _ 1 ; create list of that many 1s
] ; end function