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 ;Vn};Vn{^ 1100110110111110010101100110111001111101110011011011111001010110011011100111101101011110 cdbe566e7dcdbe566e7b5e
SJIS-WIN ??Vn}??Vn{^ 0011111100111111010101100110111001111101001111110011111101010110011011100111101101011110 3f3f566e7d3f3f566e7b5e
EUC-JP Í?Vn}Í?Vn{^ 100011111010101010111111001111110101011001101110011111011000111110101010101111110011111101010110011011100111101101011110 8faabf3f566e7d8faabf3f566e7b5e
UTF-8 ;Vn};Vn{^ 110000111000110111000010101111100101011001101110011111011100001110001101110000101011111001010110011011100111101101011110 c38dc2be566e7dc38dc2be566e7b5e
UHC ?¾Vn}?¾Vn{^ 00111111101010001111101001010110011011100111110100111111101010001111101001010110011011100111101101011110 3fa8fa566e7d3fa8fa566e7b5e

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