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 ?o 0011111101101111 3f6f
SJIS-WIN 筌o 111000101010001101101111 e2a36f
EUC-JP 筌o 111001001010010101101111 e4a56f
UTF-8 筌o 11100111101011011000110001101111 e7ad8c6f
UHC 筌o 111011111010011101101111 efa76f

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