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^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 拙??窪?c^ | 100100001101100100111111001111111000110001000101001111110110001101011110 | 90d93f3f8c453f635e |
EUC-JP | 拙??窪?c^ | 110000001101101100111111001111111011011110100110001111110110001101011110 | c0db3f3fb7a63f635e |
UTF-8 | 拙흔狼窪렜c^ | 1110011010001011100110011110110110011101100101001110111110100100101010111110011110101010101010101110101110100000100111000110001101011110 | e68b99ed9d94efa4abe7aaaaeba09c635e |
UHC | 拙흔狼窪렜c^ | 111100001111000011001000111001111101001010101010111010001100000110001110101011100110001101011110 | f0f0c8e7d2aae8c18eae635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)