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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跚シキ磁執 | 11100110111001111011110010110111111100001011110010001110101001011000111010110111 | e6e7bcb7f0bc8ea58eb7 |
EUC-JP | 跚シキ?磁執 | 1110110011101001100011101011110010001110101101110011111110111100101001111011110010111001 | ece98ebc8eb73fbca7bcb9 |
UTF-8 | 跚シキ磁執 | 111010001011011110011010111011111011110110111100111011111011110110110111111011101000000110111011111001111010001110000001111001011001111110110111 | e8b79aefbdbcefbdb7ee81bbe7a381e59fb7 |
UHC | ????磁執 | 0011111100111111001111110011111111101101101110001111001011111011 | 3f3f3f3fedb8f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)