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 | 跚シキ硝ハシセ | 111001101110011110111100101101111000111111001001110010101011110010111110 | e6e7bcb78fc9cabcbe |
EUC-JP | 跚シキ硝ハシセ | 1110110011101001100011101011110010001110101101111011111011001011100011101100101010001110101111001000111010111110 | ece98ebc8eb7becb8eca8ebc8ebe |
UTF-8 | 跚シキ硝ハシセ | 111010001011011110011010111011111011110110111100111011111011110110110111111001111010000110011101111011111011111010001010111011111011110110111100111011111011110110111110 | e8b79aefbdbcefbdb7e7a19defbe8aefbdbcefbdbe |
UHC | ???硝??? | 0011111100111111001111111111010110100110001111110011111100111111 | 3f3f3ff5a63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)