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 ?A 0011111101000001 3f41
SJIS-WIN 短A 100100100101101001000001 925a41
EUC-JP 短A 110000111011101101000001 c3bb41
UTF-8 短A 11100111100111111010110101000001 e79fad41
UHC 短A 110100111010110101000001 d3ad41

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