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 ???d??? 00111111001111110011111101100100001111110011111100111111 3f3f3f643f3f3f
SJIS-WIN 籖我音d籖我音 11100010110111011000100111100100100010011011100101100100111000101101110110001001111001001000100110111001 e2dd89e489b964e2dd89e489b9
EUC-JP 籖我音d籖我音 11100100110111111011001011100110101100101011101101100100111001001101111110110010111001101011001010111011 e4dfb2e6b2bb64e4dfb2e6b2bb
UTF-8 籖我音d籖我音 11100111101100011001011011100110100010001001000111101001100111111011001101100100111001111011000110010110111001101000100010010001111010011001111110110011 e7b196e68891e99fb364e7b196e68891e99fb3
UHC ?我音d?我音 0011111111100100101100101110101111100101011001000011111111100100101100101110101111100101 3fe4b2ebe5643fe4b2ebe5

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