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 ’A‘²R’A‘²^[’A‘²R’A‘²^[^ 1001001001000001100100011011001001010010100100100100000110010001101100100101111001011011100100100100000110010001101100100101001010010010010000011001000110110010010111100101101101011110 924191b252924191b25e5b924191b252924191b25e5b5e
SJIS-WIN ?A??R?A??^[?A??R?A??^[^ 0011111101000001001111110011111101010010001111110100000100111111001111110101111001011011001111110100000100111111001111110101001000111111010000010011111100111111010111100101101101011110 3f413f3f523f413f3f5e5b3f413f3f523f413f3f5e5b5e
EUC-JP ?A??R?A??^[?A??R?A??^[^ 0011111101000001001111110011111101010010001111110100000100111111001111110101111001011011001111110100000100111111001111110101001000111111010000010011111100111111010111100101101101011110 3f413f3f523f413f3f5e5b3f413f3f523f413f3f5e5b5e
UTF-8 ’A‘²R’A‘²^[’A‘²R’A‘²^[^ 1100001010010010010000011100001010010001110000101011001001010010110000101001001001000001110000101001000111000010101100100101111001011011110000101001001001000001110000101001000111000010101100100101001011000010100100100100000111000010100100011100001010110010010111100101101101011110 c29241c291c2b252c29241c291c2b25e5bc29241c291c2b252c29241c291c2b25e5b5e
UHC ?A?²R?A?²^[?A?²R?A?²^[^ 001111110100000100111111101010011111011101010010001111110100000100111111101010011111011101011110010110110011111101000001001111111010100111110111010100100011111101000001001111111010100111110111010111100101101101011110 3f413fa9f7523f413fa9f75e5b3f413fa9f7523f413fa9f75e5b5e

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