To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鴈猫鴈杳^ | 111010011110110010010100010011001110100111101100100111011110000001011110 | e9ec944ce9ec9de05e |
EUC-JP | 鴈猫鴈杳^ | 111100101110111011000111101011011111001011101110110110101110001001011110 | f2eec7adf2eedae25e |
UTF-8 | 鴈猫鴈杳^ | 11101001101101001000100011100111100011001010101111101001101101001000100011100110100111011011001101011110 | e9b488e78cabe9b488e69db35e |
UHC | ?猫?杳^ | 00111111110110011101111000111111110110011101110001011110 | 3fd9de3fd9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)