A novice question. Let say I have a string of size N and I want to store some information in it (e.g. the name of my dog, my birthday etc.) it does not matter what. What would be the maximum amount of information I could encode in that string (including the codes are allowed to overlap if possible). Let say the alphabet I am using is of size 2 (0,1). How can I calculate that? On what does this calculation depend? what are the questions I should be asking someone posting the same question under the assumption I know the answer?
Can anyone give any advice ?