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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 質鴆自W | 111100001100000010001110101111111110100111101111100011101010100101010111 | f0c08ebfe9ef8ea957 |
EUC-JP | ?質鴆自W | 0011111110111100110000011111001011110001101111001010101101010111 | 3fbcc1f2f1bcab57 |
UTF-8 | 質鴆自W | 11101110100000011011111111101000101100111010101011101001101101001000011011101000100001111010101001010111 | ee81bfe8b3aae9b486e887aa57 |
UHC | ?質?自W | 00111111111100101111010100111111111011011011101101010111 | 3ff2f53fedbb57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)