---
title: Bit String
description: Values of this syntax hold a sequence of binary digits.
component: pingds
version: 8.1
page_id: pingds:schemaref:s-BitString
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/s-BitString.html
---

# Bit String

Values of this syntax hold a sequence of binary digits.

The syntax follows this ABNF, corresponding to the BIT STRING ASN.1 type:

```
BitString    = SQUOTE *binary-digit SQUOTE "B"
binary-digit = "0" / "1"
```

|               |                                                           |
| ------------- | --------------------------------------------------------- |
| *OID*         | 1.3.6.1.4.1.1466.115.121.1.6                              |
| *Description* | Bit String                                                |
| *Origin*      | [RFC 4517](https://datatracker.ietf.org/doc/html/rfc4517) |
