Hexadecimal Character Codes in Java Unicode
code.cside.comAll spaces, punctuation, accented characters, and any other non-ASCII characters are replaced with \unn; in Java Unicode format encoding, where nn is equivalent to the hexadecimal number representing the character.