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 ©¬¢®}©¬¢®{^ 1010100110101100101000101010111001111101101010011010110010100010101011100111101101011110 a9aca2ae7da9aca2ae7b5e
SJIS-WIN ?¢?}?¢?{^ 001111111000000111001010100000011001000100111111011111010011111110000001110010101000000110010001001111110111101101011110 3f81ca81913f7d3f81ca81913f7b5e
EUC-JP ©¬¢®}©¬¢®{^ 1000111110100010111011011010001011001100101000011111000110001111101000101110111001111101100011111010001011101101101000101100110010100001111100011000111110100010111011100111101101011110 8fa2eda2cca1f18fa2ee7d8fa2eda2cca1f18fa2ee7b5e
UTF-8 ©¬¢®}©¬¢®{^ 11000010101010011100001010101100110000101010001011000010101011100111110111000010101010011100001010101100110000101010001011000010101011100111101101011110 c2a9c2acc2a2c2ae7dc2a9c2acc2a2c2ae7b5e
UHC ???®}???®{^ 00111111001111110011111110100010111001110111110100111111001111110011111110100010111001110111101101011110 3f3f3fa2e77d3f3f3fa2e77b5e

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