how to convert an integer to binary in Arduino?

I think some standard library functions can do the conversion for chars or for string, just not for the whole 64bit number on Uno.

printf, scanf, strtol, itoa