Is hex encoding the same as encryption?
No. Hex encoding is a reversible representation change, not encryption. It converts numbers to a different base (base 16) but does not hide or protect the data. Anyone can decode the hex back to the original text using any hex decoder.