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^ 1110111010110001100011101011011001000100111011101011000110001110101101100100010001011110 eeb18eb644eeb18eb6445e
SJIS-WIN ?±?¶D?±?¶D^ 001111111000000101111101001111111000000111110111010001000011111110000001011111010011111110000001111101110100010001011110 3f817d3f81f7443f817d3f81f7445e
EUC-JP î±?¶Dî±?¶D^ 10001111101010111100001010100001110111100011111110100010111110010100010010001111101010111100001010100001110111100011111110100010111110010100010001011110 8fabc2a1de3fa2f9448fabc2a1de3fa2f9445e
UTF-8 ¶D¶D^ 11000011101011101100001010110001110000101000111011000010101101100100010011000011101011101100001010110001110000101000111011000010101101100100010001011110 c3aec2b1c28ec2b644c3aec2b1c28ec2b6445e
UHC ?±?¶D?±?¶D^ 001111111010000110111110001111111010001011010010010001000011111110100001101111100011111110100010110100100100010001011110 3fa1be3fa2d2443fa1be3fa2d2445e

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