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 ?_ 0011111101011111 3f5f
SJIS-WIN 龜_ 111010101001110101011111 ea9d5f
EUC-JP 龜_ 111100111111110101011111 f3fd5f
UTF-8 龜_ 11101001101111101001110001011111 e9be9c5f
UHC 龜_ 110011111100111101011111 cfcf5f

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