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 | ??C?? | 0011111100111111010000110011111100111111 | 3f3f433f3f |
SJIS-WIN | 鴆自C鴆自 | 111010011110111110001110101010010100001111101001111011111000111010101001 | e9ef8ea943e9ef8ea9 |
EUC-JP | 鴆自C鴆自 | 111100101111000110111100101010110100001111110010111100011011110010101011 | f2f1bcab43f2f1bcab |
UTF-8 | 鴆自C鴆自 | 11101001101101001000011011101000100001111010101001000011111010011011010010000110111010001000011110101010 | e9b486e887aa43e9b486e887aa |
UHC | ?自C?自 | 00111111111011011011101101000011001111111110110110111011 | 3fedbb433fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)