what if I wanted to send "what if I wanted to send"?
well yeah as darvince said just give all the characters a two number code which leaves plenty of space for punctuation and then convert that sentence into a number and send that
but how does that person know what two number code corresponds to what?
For example for "extra" security I might decide that:
01 - z
02 - y
03 - x
04 - w
...
25 - b
26 - a
while you on the receiving end might think I just encoded it alphabetically
and that's just a simple encoding difference, what if I came up with a code to encrypt the order of characters?
in that case I might want to say "hi".
hi -> 1918... but how do you encrypt these characters anyway? if you assumed 0-9 was appended to the end in order of increasing value, you would get
28372836, this sent back to me, i'd decrypt it (0-9 in decreasing order because my encoding is that way) to get
8182 which you would decrypt into nothing. and backwards it's 2818 which is "1i"
Though actually... (100-81)(100-82) = 1918 which is "hi" but how would you come to a conclusion like that with encryption made so that people couldn't actually crack the code with 3 minutes of effort?