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 0011111100111111010111000011111100111111001111110011111101101000 3f3f5c3f3f3f3f68
SJIS-WIN ティ\ツ青渉秋h 1100001110101000010111001100001010010000110000101000111111000010100011110100100001101000 c3a85cc290c28fc28f4868
EUC-JP ティ\ツ青渉秋h 1000111011000011100011101010100001011100100011101100001011000000110001001011111011000100101111011010100101101000 8ec38ea85c8ec2c0c4bec4bda968
UTF-8 ティ\ツ青渉秋h 1110111110111110100000111110111110111101101010000101110011101111101111101000001011101001100111011001001011100110101110001000100111100111101001111000101101101000 efbe83efbda85cefbe82e99d92e6b889e7a78b68
UHC ??\???秋h 001111110011111101011100001111110011111100111111111101011101010101101000 3f3f5c3f3f3ff5d568

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