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 ??\n}??\n{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e
SJIS-WIN Β`\n}Β`\n{^ 100000111010000010000001010011010101110001101110011111011000001110100000100000010100110101011100011011100111101101011110 83a0814d5c6e7d83a0814d5c6e7b5e
EUC-JP Β`\n}Β`\n{^ 101001101010001010100001101011100101110001101110011111011010011010100010101000011010111001011100011011100111101101011110 a6a2a1ae5c6e7da6a2a1ae5c6e7b5e
UTF-8 Β`\n}Β`\n{^ 1100111010010010111011111011110110000000010111000110111001111101110011101001001011101111101111011000000001011100011011100111101101011110 ce92efbd805c6e7dce92efbd805c6e7b5e
UHC Β`\n}Β`\n{^ 101001011100001010100011111000000101110001101110011111011010010111000010101000111110000001011100011011100111101101011110 a5c2a3e05c6e7da5c2a3e05c6e7b5e

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