Julius Caesar used a shift of 3 to protect Roman military messages around 58 BC, which makes this one of the oldest documented ciphers. “HELLO” with a shift of 3 becomes KHOOR; shifting back by 3 restores it. Letters keep their case, and anything that is not a letter — digits, spaces, punctuation, emoji — passes through unchanged.
One honest limit: the Caesar cipher is not security. With only 25 possible shifts, anyone can try them all in seconds (the Brute force mode above does exactly that). Use it for puzzles, teaching and hiding spoilers — never for real secrets. For the distinction between public encodings and keyed ciphers, see our article on how the same bits can mean different things and what is binary code for how text becomes bytes in the first place.