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?^[^ 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 3f523f5e5b3f523f5e5b5e
SJIS-WIN 篌R篌^[篌R篌^[^ 111000101011101001010010111000101011101001011110010110111110001010111010010100101110001010111010010111100101101101011110 e2ba52e2ba5e5be2ba52e2ba5e5b5e
EUC-JP 篌R篌^[篌R篌^[^ 111001001011110001010010111001001011110001011110010110111110010010111100010100101110010010111100010111100101101101011110 e4bc52e4bc5e5be4bc52e4bc5e5b5e
UTF-8 篌R篌^[篌R篌^[^ 11100111101011111000110001010010111001111010111110001100010111100101101111100111101011111000110001010010111001111010111110001100010111100101101101011110 e7af8c52e7af8c5e5be7af8c52e7af8c5e5b5e
UHC ?R?^[?R?^[^ 0011111101010010001111110101111001011011001111110101001000111111010111100101101101011110 3f523f5e5b3f523f5e5b5e

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