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 ¹D¹D^ 1110111010111011100011101011100101000100111011101011101110001110101110010100010001011110 eebb8eb944eebb8eb9445e
SJIS-WIN ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e
EUC-JP î???Dî???D^ 100011111010101111000010001111110011111100111111010001001000111110101011110000100011111100111111001111110100010001011110 8fabc23f3f3f448fabc23f3f3f445e
UTF-8 ¹D¹D^ 11000011101011101100001010111011110000101000111011000010101110010100010011000011101011101100001010111011110000101000111011000010101110010100010001011110 c3aec2bbc28ec2b944c3aec2bbc28ec2b9445e
UHC ???¹D???¹D^ 00111111001111110011111110101001111101100100010000111111001111110011111110101001111101100100010001011110 3f3f3fa9f6443f3f3fa9f6445e

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