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 ²î¶Ž²^ 111011101011011010001110101100101110111010110110100011101011001001011110 eeb68eb2eeb68eb25e
SJIS-WIN ?¶???¶??^ 0011111110000001111101110011111100111111001111111000000111110111001111110011111101011110 3f81f73f3f3f81f73f3f5e
EUC-JP î¶??î¶??^ 100011111010101111000010101000101111100100111111001111111000111110101011110000101010001011111001001111110011111101011110 8fabc2a2f93f3f8fabc2a2f93f3f5e
UTF-8 ²î¶Ž²^ 1100001110101110110000101011011011000010100011101100001010110010110000111010111011000010101101101100001010001110110000101011001001011110 c3aec2b6c28ec2b2c3aec2b6c28ec2b25e
UHC ?¶?²?¶?²^ 00111111101000101101001000111111101010011111011100111111101000101101001000111111101010011111011101011110 3fa2d23fa9f73fa2d23fa9f75e

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