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 šBšLhšB 11000010100110100100001011000010100110100100110001101000110000101001101001000010 c29a42c29a4c68c29a42
SJIS-WIN ??B??Lh??B 00111111001111110100001000111111001111110100110001101000001111110011111101000010 3f3f423f3f4c683f3f42
EUC-JP Â?BÂ?LhÂ?B 10001111101010101010010000111111010000101000111110101010101001000011111101001100011010001000111110101010101001000011111101000010 8faaa43f428faaa43f4c688faaa43f42
UTF-8 šBšLhšB 11000011100000101100001010011010010000101100001110000010110000101001101001001100011010001100001110000010110000101001101001000010 c382c29a42c382c29a4c68c382c29a42
UHC ??B??Lh??B 00111111001111110100001000111111001111110100110001101000001111110011111101000010 3f3f423f3f4c683f3f42

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