Using special character as password for keychain via security

I am trying to set up a KeyChain password using the security in my macOS terminal, and it happens that the special characters are encoded and not set to the keychain as it is rather encoded..

When I run this

security add-generic-password -a comp -s example -w 'ã!¼àÁu' -T ""

There will be no error but when the password is called back it is encoded with the something like below

c3a321c2bcc3a0c38175

Does anybody know how i can achieve using this kind of characters without security encoding it as it currently does?

Using special character as password for keychain via security
 
 
Q