Encode new jersey

A fun challenge!

Here's a possible encoding of "New Jersey":

Caesar Cipher (Shift of 3)

N -> O E -> H W -> Y J -> M E -> H R -> U S -> V E -> H R -> U Y -> B

Encoded message: OHYMHUHVUB

Vigenère Cipher (Key: "Garden")

N -> G (using the first letter of the key) E -> A W -> R J -> N E -> A R -> R S -> E E -> A R -> R Y -> N

Encoded message: GARNARREN

Base64 Encoding

N -> N E -> E W -> W J -> J E -> E R -> R S -> S E -> E R -> R Y -> Y

Encoded message: NWJERSEERRY

These are just a few examples of how you could encode "New Jersey". There are many other encoding techniques and algorithms you could use, depending on your specific needs and preferences!