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 ?R 0011111101010010 3f52
SJIS-WIN 辰R 100100100100001101010010 924352
EUC-JP 辰R 110000111010010001010010 c3a452
UTF-8 辰R 11101000101111101011000001010010 e8beb052
UHC 辰R 111100101110001101010010 f2e352

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