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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蜷ウ妺・h | 11100101100100001011001111111010101001011010010101101000 | e590b3faa5a568 |
EUC-JP | 蜷ウ妺・h | 11101001111100001000111010110011100011111011100110110111100011101010010101101000 | e9f08eb38fb9b78ea568 |
UTF-8 | 蜷ウ妺・h | 11101000100111001011011111101111101111011011001111100101101001101011101011101111101111011010010101101000 | e89cb7efbdb3e5a6baefbda568 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)