How do I best represent the number $\pi$ in binary?
I have been thinking about it for sometime and, if it was me, I would use four bits for each digit, because four bits are sufficient to represent 10-based digits. Something like:
0011 , 0001 0100 0001 ...
I wouldn't know, also, how to represent the decimal point here.
I hope my question is clear enough.
Update
I will put this into context. I didn't want to, because I thought you would find it stupid.
I want to make a full back tattoo, representing pi in binary so, what I am looking for is a way that will be more or less simple to scale, as I will want thousands of digits, and I want it to be precise.