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 ’Ai’Aa}Y’Ai’Aa}bE 1001001001000001011010011001001001000001011000010111110101011001100100100100000101101001100100100100000101100001011111010110001001000101 9241699241617d599241699241617d6245
SJIS-WIN ?Ai?Aa}Y?Ai?Aa}bE 0011111101000001011010010011111101000001011000010111110101011001001111110100000101101001001111110100000101100001011111010110001001000101 3f41693f41617d593f41693f41617d6245
EUC-JP ?Ai?Aa}Y?Ai?Aa}bE 0011111101000001011010010011111101000001011000010111110101011001001111110100000101101001001111110100000101100001011111010110001001000101 3f41693f41617d593f41693f41617d6245
UTF-8 ’Ai’Aa}Y’Ai’Aa}bE 110000101001001001000001011010011100001010010010010000010110000101111101010110011100001010010010010000010110100111000010100100100100000101100001011111010110001001000101 c2924169c29241617d59c2924169c29241617d6245
UHC ?Ai?Aa}Y?Ai?Aa}bE 0011111101000001011010010011111101000001011000010111110101011001001111110100000101101001001111110100000101100001011111010110001001000101 3f41693f41617d593f41693f41617d6245

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