The OData Edm.Binary datatype, according to the specification, stores an arbitrary Base64-encoded string of binary data.
The current implementation only handles as single 1 or 0, making it in fact more like Edm.Boolean (except without supporting the true and false literals).