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 | 硝ワ緖」ショ | 10001111110010011111010011101100110111001111101110001110101000111011110010101110 | 8fc9f4ecdcfb8ea3bcae |
EUC-JP | 硝?ワ?」ショ | 101111101100101100111111100011101101110000111111100011101010001110001110101111001000111010101110 | becb3f8edc3f8ea38ebc8eae |
UTF-8 | 硝ワ緖」ショ | 111001111010000110011101111011101000111010011011111011111011111010011100111001111011011110010110111011111011110110100011111011111011110110111100111011111011110110101110 | e7a19dee8e9befbe9ce7b796efbda3efbdbcefbdae |
UHC | 硝??緖??? | 111101011010011000111111001111111101111111111101001111110011111100111111 | f5a63f3fdffd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)