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 ’J’@‘¸n}’J’@‘¸n{^ 1001001001001010100100100100000010010001101110000110111001111101100100100100101010010010010000001001000110111000011011100111101101011110 924a924091b86e7d924a924091b86e7b5e
SJIS-WIN ?J?@??n}?J?@??n{^ 0011111101001010001111110100000000111111001111110110111001111101001111110100101000111111010000000011111100111111011011100111101101011110 3f4a3f403f3f6e7d3f4a3f403f3f6e7b5e
EUC-JP ?J?@?¸n}?J?@?¸n{^ 001111110100101000111111010000000011111110001111101000101011000101101110011111010011111101001010001111110100000000111111100011111010001010110001011011100111101101011110 3f4a3f403f8fa2b16e7d3f4a3f403f8fa2b16e7b5e
UTF-8 ’J’@‘¸n}’J’@‘¸n{^ 11000010100100100100101011000010100100100100000011000010100100011100001010111000011011100111110111000010100100100100101011000010100100100100000011000010100100011100001010111000011011100111101101011110 c2924ac29240c291c2b86e7dc2924ac29240c291c2b86e7b5e
UHC ?J?@?¸n}?J?@?¸n{^ 00111111010010100011111101000000001111111010001010101100011011100111110100111111010010100011111101000000001111111010001010101100011011100111101101011110 3f4a3f403fa2ac6e7d3f4a3f403fa2ac6e7b5e

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