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 ????h???? 001111110011111100111111001111110110100000111111001111110011111100111111 3f3f3f3f683f3f3f3f
SJIS-WIN タケショhタケショ 110000001011100110111100101011100110100011000000101110011011110010101110 c0b9bcae68c0b9bcae
EUC-JP タケショhタケショ 1000111011000000100011101011100110001110101111001000111010101110011010001000111011000000100011101011100110001110101111001000111010101110 8ec08eb98ebc8eae688ec08eb98ebc8eae
UTF-8 タケショhタケショ 11101111101111101000000011101111101111011011100111101111101111011011110011101111101111011010111001101000111011111011111010000000111011111011110110111001111011111011110110111100111011111011110110101110 efbe80efbdb9efbdbcefbdae68efbe80efbdb9efbdbcefbdae
UHC ????h???? 001111110011111100111111001111110110100000111111001111110011111100111111 3f3f3f3f683f3f3f3f

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