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 äž 1110010010011110 e49e
SJIS-WIN ?? 0011111100111111 3f3f
EUC-JP ä? 10001111101010111010001100111111 8faba33f
UTF-8 äž 11000011101001001100001010011110 c3a4c29e
UHC ?? 0011111100111111 3f3f

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