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 100011011001011001101111 8d966f
EUC-JP 獄o 101110011111011001101111 b9f66f
UTF-8 獄o 11100111100011011000010001101111 e78d846f
UHC 獄o 111010001010101101101111 e8ab6f

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