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 šXá¾e^ 110000101001101001011000110000111010000111000010101111100110010101011110 c29a58c3a1c2be655e
SJIS-WIN ??X????e^ 001111110011111101011000001111110011111100111111001111110110010101011110 3f3f583f3f3f3f655e
EUC-JP �Xá�e^ 1000111110101010101001000011111101011000100011111010101010101010100011111010001011000010100011111010101010100100001111110110010101011110 8faaa43f588faaaa8fa2c28faaa43f655e
UTF-8 šXá¾e^ 110000111000001011000010100110100101100011000011100000111100001010100001110000111000001011000010101111100110010101011110 c382c29a58c383c2a1c382c2be655e
UHC ??X?¡?¾e^ 0011111100111111010110000011111110100010101011100011111110101000111110100110010101011110 3f3f583fa2ae3fa8fa655e

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