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 àôàµàôàµ^ 111000001111010011100000101101011110000011110100111000001011010101011110 e0f4e0b5e0f4e0b55e
SJIS-WIN ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e
EUC-JP àôà?àôà?^ 100011111010101110100010100011111010101111010100100011111010101110100010001111111000111110101011101000101000111110101011110101001000111110101011101000100011111101011110 8faba28fabd48faba23f8faba28fabd48faba23f5e
UTF-8 àôàµàôàµ^ 1100001110100000110000111011010011000011101000001100001010110101110000111010000011000011101101001100001110100000110000101011010101011110 c3a0c3b4c3a0c2b5c3a0c3b4c3a0c2b55e
UHC ????????^ 001111110011111100111111001111110011111100111111001111110011111101011110 3f3f3f3f3f3f3f3f5e

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