I made my own digital language and i want to make a decoder and an encoder for that, so for example when i write down
"bees"
it gives me something like
"$@@%"
and when i write `
"$@@%"
` it gives me
"bees"
so it encodes things according to the info i give my website like i tell my website that $ is B and other letters are other symbols. how can i make this in html and javescript?