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 111000010100000001101111 e1406f
EUC-JP 瓠o 111000011010000101101111 e1a16f
UTF-8 瓠o 11100111100100111010000001101111 e793a06f
UHC 瓠o 111110111101001001101111 fbd26f

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