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 ˆÒbN}ˆÒbN{^ 10001000110100101000110101100010010011100111110110001000110100101000110101100010010011100111101101011110 88d28d624e7d88d28d624e7b5e
SJIS-WIN ???bN}???bN{^ 00111111001111110011111101100010010011100111110100111111001111110011111101100010010011100111101101011110 3f3f3f624e7d3f3f3f624e7b5e
EUC-JP ?Ò?bN}?Ò?bN{^ 0011111110001111101010101101001000111111011000100100111001111101001111111000111110101010110100100011111101100010010011100111101101011110 3f8faad23f624e7d3f8faad23f624e7b5e
UTF-8 ˆÒbN}ˆÒbN{^ 11000010100010001100001110010010110000101000110101100010010011100111110111000010100010001100001110010010110000101000110101100010010011100111101101011110 c288c392c28d624e7dc288c392c28d624e7b5e
UHC ???bN}???bN{^ 00111111001111110011111101100010010011100111110100111111001111110011111101100010010011100111101101011110 3f3f3f624e7d3f3f3f624e7b5e

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