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 žAáÄn}žAáÄn{^ 10011110010000011110000111000100011011100111110110011110010000011110000111000100011011100111101101011110 9e41e1c46e7d9e41e1c46e7b5e
SJIS-WIN ?A??n}?A??n{^ 00111111010000010011111100111111011011100111110100111111010000010011111100111111011011100111101101011110 3f413f3f6e7d3f413f3f6e7b5e
EUC-JP ?AáÄn}?AáÄn{^ 001111110100000110001111101010111010000110001111101010101010001101101110011111010011111101000001100011111010101110100001100011111010101010100011011011100111101101011110 3f418faba18faaa36e7d3f418faba18faaa36e7b5e
UTF-8 žAáÄn}žAáÄn{^ 11000010100111100100000111000011101000011100001110000100011011100111110111000010100111100100000111000011101000011100001110000100011011100111101101011110 c29e41c3a1c3846e7dc29e41c3a1c3846e7b5e
UHC ?A??n}?A??n{^ 00111111010000010011111100111111011011100111110100111111010000010011111100111111011011100111101101011110 3f413f3f6e7d3f413f3f6e7b5e

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