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 àÁã·àÁá˜^ 111000001100000111100011101101111110000011000001111000011001100001011110 e0c1e3b7e0c1e1985e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP àÁã?àÁá?^ 100011111010101110100010100011111010101010100001100011111010101110101010001111111000111110101011101000101000111110101010101000011000111110101011101000010011111101011110 8faba28faaa18fabaa3f8faba28faaa18faba13f5e
UTF-8 àÁã·àÁá˜^ 1100001110100000110000111000000111000011101000111100001010110111110000111010000011000011100000011100001110100001110000101001100001011110 c3a0c381c3a3c2b7c3a0c381c3a1c2985e
UHC ???·????^ 00111111001111110011111110100001101001000011111100111111001111110011111101011110 3f3f3fa1a43f3f3f3f5e

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