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??v?A??vB 0011111101000001001111110011111101110110001111110100000100111111001111110111011001000010 3f413f3f763f413f3f7642
SJIS-WIN ?A??v?A??vB 0011111101000001001111110011111101110110001111110100000100111111001111110111011001000010 3f413f3f763f413f3f7642
EUC-JP ?A??v?A??vB 0011111101000001001111110011111101110110001111110100000100111111001111110111011001000010 3f413f3f763f413f3f7642
UTF-8 청A횄횧v청A횄횧vB 1110110010110010101011010100000111101101100110101000010011101101100110101010011101110110111011001011001010101101010000011110110110011010100001001110110110011010101001110111011001000010 ecb2ad41ed9a84ed9aa776ecb2ad41ed9a84ed9aa77642
UHC 청A횄횧v청A횄횧vB 1100001110111011010000011100001110000011110000111001111001110110110000111011101101000001110000111000001111000011100111100111011001000010 c3bb41c383c39e76c3bb41c383c39e7642

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