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 “Hf“H^}Y“Hf“H^}bE 1001001101001000011001101001001101001000010111100111110101011001100100110100100001100110100100110100100001011110011111010110001001000101 93486693485e7d5993486693485e7d6245
SJIS-WIN ?Hf?H^}Y?Hf?H^}bE 0011111101001000011001100011111101001000010111100111110101011001001111110100100001100110001111110100100001011110011111010110001001000101 3f48663f485e7d593f48663f485e7d6245
EUC-JP ?Hf?H^}Y?Hf?H^}bE 0011111101001000011001100011111101001000010111100111110101011001001111110100100001100110001111110100100001011110011111010110001001000101 3f48663f485e7d593f48663f485e7d6245
UTF-8 “Hf“H^}Y“Hf“H^}bE 110000101001001101001000011001101100001010010011010010000101111001111101010110011100001010010011010010000110011011000010100100110100100001011110011111010110001001000101 c2934866c293485e7d59c2934866c293485e7d6245
UHC ?Hf?H^}Y?Hf?H^}bE 0011111101001000011001100011111101001000010111100111110101011001001111110100100001100110001111110100100001011110011111010110001001000101 3f48663f485e7d593f48663f485e7d6245

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