To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?~ 0011111101111110 3f7e
SJIS-WIN 旅~ 100101111011011101111110 97b77e
EUC-JP 旅~ 110011101011100101111110 ceb97e
UTF-8 旅~ 11100110100101111000010101111110 e697857e
UHC 旅~ 110101011110100101111110 d5e97e

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)