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 žhž 110000101000111111000010100111100110100011000010100011111100001010011110 c28fc29e68c28fc29e
SJIS-WIN ????h???? 001111110011111100111111001111110110100000111111001111110011111100111111 3f3f3f3f683f3f3f3f
EUC-JP Â?Â?hÂ?Â? 1000111110101010101001000011111110001111101010101010010000111111011010001000111110101010101001000011111110001111101010101010010000111111 8faaa43f8faaa43f688faaa43f8faaa43f
UTF-8 žhž 1100001110000010110000101000111111000011100000101100001010011110011010001100001110000010110000101000111111000011100000101100001010011110 c382c28fc382c29e68c382c28fc382c29e
UHC ????h???? 001111110011111100111111001111110110100000111111001111110011111100111111 3f3f3f3f683f3f3f3f

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