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 ?? 0011111100111111 3f3f
SJIS-WIN 暉? 100111011111010000111111 9df43f
EUC-JP 暉? 110110101111011000111111 daf63f
UTF-8 暉? 11100110100110101000100100111111 e69a893f
UHC 暉? 111111011100011100111111 fdc73f

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