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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シュ晶チ | 1111000011110100101111001010110110001111101110111111010010111100110000011111000011110100 | f0f4bcad8fbbf4bcc1f0f4 |
EUC-JP | ?シュ晶?チ? | 0011111110001110101111001000111010101101101111101011110100111111100011101100000100111111 | 3f8ebc8eadbebd3f8ec13f |
UTF-8 | シュ晶チ | 111011101000001010110011111011111011110110111100111011111011110110101101111001101001100110110110111011101000110110101011111011111011111010000001111011101000001010110011 | ee82b3efbdbcefbdade699b6ee8dabefbe81ee82b3 |
UHC | ???晶??? | 0011111100111111001111111110111111011100001111110011111100111111 | 3f3f3fefdc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)