Working with bits on all integer types (signed or not) is supported in an easy way by using the helpers from sysutils. This does not fully apply to Pascal enumerations, though.
See syshelph.inc
So if you need the bits for an external API that should not be very difficult.