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?^}Y?f?^}bE 00111111011001100011111101011110011111010101100100111111011001100011111101011110011111010110001001000101 3f663f5e7d593f663f5e7d6245
SJIS-WIN 阿f阿^}Y阿f阿^}bE 1000100010100010011001101000100010100010010111100111110101011001100010001010001001100110100010001010001001011110011111010110001001000101 88a26688a25e7d5988a26688a25e7d6245
EUC-JP 阿f阿^}Y阿f阿^}bE 1011000010100100011001101011000010100100010111100111110101011001101100001010010001100110101100001010010001011110011111010110001001000101 b0a466b0a45e7d59b0a466b0a45e7d6245
UTF-8 阿f阿^}Y阿f阿^}bE 111010011001100010111111011001101110100110011000101111110101111001111101010110011110100110011000101111110110011011101001100110001011111101011110011111010110001001000101 e998bf66e998bf5e7d59e998bf66e998bf5e7d6245
UHC 阿f阿^}Y阿f阿^}bE 1110010010111001011001101110010010111001010111100111110101011001111001001011100101100110111001001011100101011110011111010110001001000101 e4b966e4b95e7d59e4b966e4b95e7d6245

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