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 ‰k‰k‘¢‰k‘½ 10001001011010111000100101101011100100011010001010001001011010111001000110111101 896b896b91a2896b91bd
SJIS-WIN ?k?k?¢?k?? 0011111101101011001111110110101100111111100000011001000100111111011010110011111100111111 3f6b3f6b3f81913f6b3f3f
EUC-JP ?k?k?¢?k?? 0011111101101011001111110110101100111111101000011111000100111111011010110011111100111111 3f6b3f6b3fa1f13f6b3f3f
UTF-8 ‰k‰k‘¢‰k‘½ 1100001010001001011010111100001010001001011010111100001010010001110000101010001011000010100010010110101111000010100100011100001010111101 c2896bc2896bc291c2a2c2896bc291c2bd
UHC ?k?k???k?½ 0011111101101011001111110110101100111111001111110011111101101011001111111010100011110110 3f6b3f6b3f3f3f6b3fa8f6

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