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 “m}Y“m}bE 1100001010010011011011010111110101011001110000101001001101101101011111010110001001000101 c2936d7d59c2936d7d6245
SJIS-WIN ??m}Y??m}bE 0011111100111111011011010111110101011001001111110011111101101101011111010110001001000101 3f3f6d7d593f3f6d7d6245
EUC-JP Â?m}YÂ?m}bE 100011111010101010100100001111110110110101111101010110011000111110101010101001000011111101101101011111010110001001000101 8faaa43f6d7d598faaa43f6d7d6245
UTF-8 “m}Y“m}bE 110000111000001011000010100100110110110101111101010110011100001110000010110000101001001101101101011111010110001001000101 c382c2936d7d59c382c2936d7d6245
UHC ??m}Y??m}bE 0011111100111111011011010111110101011001001111110011111101101101011111010110001001000101 3f3f6d7d593f3f6d7d6245

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