WMA link
NumberDigit
Get the 10^2 digit of a 210.345:
NumberDigit[210.345, 2]
Get the 10^-1 digit of a 210.345:
NumberDigit[210.345, -1]
BaseForm[N[Pi], 2]
Get the 2^0 bit of the Pi: = 1