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 | 讖一イシ縲 | 1110011010101001100010001110101010110010101111001110001110000000 | e6a988eab2bce380 |
EUC-JP | 讖一イシ縲 | 11101100101010111011000011101100100011101011001010001110101111001110010111100000 | ecabb0ec8eb28ebce5e0 |
UTF-8 | 讖一イシ縲 | 111010001010111010010110111001001011100010000000111011111011110110110010111011111011110110111100111001111011100010110010 | e8ae96e4b880efbdb2efbdbce7b8b2 |
UHC | 讖一??? | 11110011110110011110110011101001001111110011111100111111 | f3d9ece93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)