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’@^[’@R’@^[^ 100100100100000001010010100100100100000001011110010110111001001001000000010100101001001001000000010111100101101101011110 92405292405e5b92405292405e5b5e
SJIS-WIN ?@R?@^[?@R?@^[^ 001111110100000001010010001111110100000001011110010110110011111101000000010100100011111101000000010111100101101101011110 3f40523f405e5b3f40523f405e5b5e
EUC-JP ?@R?@^[?@R?@^[^ 001111110100000001010010001111110100000001011110010110110011111101000000010100100011111101000000010111100101101101011110 3f40523f405e5b3f40523f405e5b5e
UTF-8 ’@R’@^[’@R’@^[^ 11000010100100100100000001010010110000101001001001000000010111100101101111000010100100100100000001010010110000101001001001000000010111100101101101011110 c2924052c292405e5bc2924052c292405e5b5e
UHC ?@R?@^[?@R?@^[^ 001111110100000001010010001111110100000001011110010110110011111101000000010100100011111101000000010111100101101101011110 3f40523f405e5b3f40523f405e5b5e

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