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 ‹\nR‹\n^[‹\nR‹\n^[^ 10001011010111000110111001010010100010110101110001101110010111100101101110001011010111000110111001010010100010110101110001101110010111100101101101011110 8b5c6e528b5c6e5e5b8b5c6e528b5c6e5e5b5e
SJIS-WIN ?\nR?\n^[?\nR?\n^[^ 00111111010111000110111001010010001111110101110001101110010111100101101100111111010111000110111001010010001111110101110001101110010111100101101101011110 3f5c6e523f5c6e5e5b3f5c6e523f5c6e5e5b5e
EUC-JP ?\nR?\n^[?\nR?\n^[^ 00111111010111000110111001010010001111110101110001101110010111100101101100111111010111000110111001010010001111110101110001101110010111100101101101011110 3f5c6e523f5c6e5e5b3f5c6e523f5c6e5e5b5e
UTF-8 ‹\nR‹\n^[‹\nR‹\n^[^ 1100001010001011010111000110111001010010110000101000101101011100011011100101111001011011110000101000101101011100011011100101001011000010100010110101110001101110010111100101101101011110 c28b5c6e52c28b5c6e5e5bc28b5c6e52c28b5c6e5e5b5e
UHC ?\nR?\n^[?\nR?\n^[^ 00111111010111000110111001010010001111110101110001101110010111100101101100111111010111000110111001010010001111110101110001101110010111100101101101011110 3f5c6e523f5c6e5e5b3f5c6e523f5c6e5e5b5e

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