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 ??[}??[{^ 001111110011111101011011011111010011111100111111010110110111101101011110 3f3f5b7d3f3f5b7b5e
SJIS-WIN ┃━[}┃━[{^ 10000100101010111000010010101010010110110111110110000100101010111000010010101010010110110111101101011110 84ab84aa5b7d84ab84aa5b7b5e
EUC-JP ┃━[}┃━[{^ 10101000101011011010100010101100010110110111110110101000101011011010100010101100010110110111101101011110 a8ada8ac5b7da8ada8ac5b7b5e
UTF-8 ┃━[}┃━[{^ 1110001010010100100000111110001010010100100000010101101101111101111000101001010010000011111000101001010010000001010110110111101101011110 e29483e294815b7de29483e294815b7b5e
UHC ┃━[}┃━[{^ 10100110101011011010011010101100010110110111110110100110101011011010011010101100010110110111101101011110 a6ada6ac5b7da6ada6ac5b7b5e

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