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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毓??鍮 | 100111110111100100111111001111111110100001001010 | 9f793f3fe84a |
EUC-JP | 毓??鍮 | 110111011101101000111111001111111110111110101011 | ddda3f3fefab |
UTF-8 | 毓띸뇱鍮 | 111001101010111110010011111010111001110110111000111010111000011110110001111010011000110110101110 | e6af93eb9db8eb87b1e98dae |
UHC | 毓띸뇱鍮 | 1110101110111110100011011110011110000111100101011110101110111001 | ebbe8de78795ebb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)