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{^ 1001001001000000010100101001001001000000010111100110101101111101100100100100000001010010100100100100000001011110011010110111101101011110 92405292405e6b7d92405292405e6b7b5e
SJIS-WIN ?@R?@^k}?@R?@^k{^ 0011111101000000010100100011111101000000010111100110101101111101001111110100000001010010001111110100000001011110011010110111101101011110 3f40523f405e6b7d3f40523f405e6b7b5e
EUC-JP ?@R?@^k}?@R?@^k{^ 0011111101000000010100100011111101000000010111100110101101111101001111110100000001010010001111110100000001011110011010110111101101011110 3f40523f405e6b7d3f40523f405e6b7b5e
UTF-8 ’@R’@^k}’@R’@^k{^ 110000101001001001000000010100101100001010010010010000000101111001101011011111011100001010010010010000000101001011000010100100100100000001011110011010110111101101011110 c2924052c292405e6b7dc2924052c292405e6b7b5e
UHC ?@R?@^k}?@R?@^k{^ 0011111101000000010100100011111101000000010111100110101101111101001111110100000001010010001111110100000001011110011010110111101101011110 3f40523f405e6b7d3f40523f405e6b7b5e

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