How many digits will be after converting from one numeral system to another
问题 The main question: How many digits? Let me explain. I have a number in binary system: 11000000 and in decimal is 192. After converting to decimal, how many digits it will have (in dicimal)? In my example, it's 3 digits. But, it isn't a problem. I've searched over internet and found one algorithm for integral part and one for fractional part. I'm not quite understand them, but (I think) they works. When converting from binary to octal, it's more easy: each 3 bits give you 1 digit in octal.