Elixir String Show Inner Binary

iex> “hello” <> <<0>>
# <<104, 101, 108, 108, 111, 0>>
patrick204nqh