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 ?R?^k}?R?^k{^ 00111111010100100011111101011110011010110111110100111111010100100011111101011110011010110111101101011110 3f523f5e6b7d3f523f5e6b7b5e
SJIS-WIN ?R?^k}?R?^k{^ 00111111010100100011111101011110011010110111110100111111010100100011111101011110011010110111101101011110 3f523f5e6b7d3f523f5e6b7b5e
EUC-JP ?R?^k}?R?^k{^ 00111111010100100011111101011110011010110111110100111111010100100011111101011110011010110111101101011110 3f523f5e6b7d3f523f5e6b7b5e
UTF-8 찼R찼^k}찼R찼^k{^ 111011001011000010111100010100101110110010110000101111000101111001101011011111011110110010110000101111000101001011101100101100001011110001011110011010110111101101011110 ecb0bc52ecb0bc5e6b7decb0bc52ecb0bc5e6b7b5e
UHC 찼R찼^k}찼R찼^k{^ 1100001110100001010100101100001110100001010111100110101101111101110000111010000101010010110000111010000101011110011010110111101101011110 c3a152c3a15e6b7dc3a152c3a15e6b7b5e

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