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 ãĜfãĜf^ 111000111100010010011100011001101110001111000100100111000110011001011110 e3c49c66e3c49c665e
SJIS-WIN ???f???f^ 001111110011111100111111011001100011111100111111001111110110011001011110 3f3f3f663f3f3f665e
EUC-JP ãÄ?fãÄ?f^ 1000111110101011101010101000111110101010101000110011111101100110100011111010101110101010100011111010101010100011001111110110011001011110 8fabaa8faaa33f668fabaa8faaa33f665e
UTF-8 ãĜfãĜf^ 110000111010001111000011100001001100001010011100011001101100001110100011110000111000010011000010100111000110011001011110 c3a3c384c29c66c3a3c384c29c665e
UHC ???f???f^ 001111110011111100111111011001100011111100111111001111110110011001011110 3f3f3f663f3f3f665e

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