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 ?S?U\n}?S?U\n{^ 001111110101001100111111010101010101110001101110011111010011111101010011001111110101010101011100011011100111101101011110 3f533f555c6e7d3f533f555c6e7b5e
SJIS-WIN ?S?U\n}?S?U\n{^ 001111110101001100111111010101010101110001101110011111010011111101010011001111110101010101011100011011100111101101011110 3f533f555c6e7d3f533f555c6e7b5e
EUC-JP ?S?U\n}?S?U\n{^ 001111110101001100111111010101010101110001101110011111010011111101010011001111110101010101011100011011100111101101011110 3f533f555c6e7d3f533f555c6e7b5e
UTF-8 청S혣U\n}청S혣U\n{^ 1110110010110010101011010101001111101101100110001010001101010101010111000110111001111101111011001011001010101101010100111110110110011000101000110101010101011100011011100111101101011110 ecb2ad53ed98a3555c6e7decb2ad53ed98a3555c6e7b5e
UHC 청S혣U\n}청S혣U\n{^ 11000011101110110101001111000010100011000101010101011100011011100111110111000011101110110101001111000010100011000101010101011100011011100111101101011110 c3bb53c28c555c6e7dc3bb53c28c555c6e7b5e

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