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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鋧汐ス」 | 1111101111001111100011101010110011110000101101101011110110100011 | fbcf8eacf0b6bda3 |
EUC-JP | 鋧汐?ス」 | 10001111111001001100101110111100101011100011111110001110101111011000111010100011 | 8fe4cbbcae3f8ebd8ea3 |
UTF-8 | 鋧汐ス」 | 111010011000101110100111111001101011000110010000111011101000000110110101111011111011110110111101111011111011110110100011 | e98ba7e6b190ee81b5efbdbdefbda3 |
UHC | ?汐??? | 001111111110000010110001001111110011111100111111 | 3fe0b13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)