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 | 蓍シキ磁執 | 11100100111001111011110010110111111100001011110010001110101001011000111010110111 | e4e7bcb7f0bc8ea58eb7 |
EUC-JP | 蓍シキ?磁執 | 1110100011101001100011101011110010001110101101110011111110111100101001111011110010111001 | e8e98ebc8eb73fbca7bcb9 |
UTF-8 | 蓍シキ磁執 | 111010001001001110001101111011111011110110111100111011111011110110110111111011101000000110111011111001111010001110000001111001011001111110110111 | e8938defbdbcefbdb7ee81bbe7a381e59fb7 |
UHC | 蓍???磁執 | 111000111100100100111111001111110011111111101101101110001111001011111011 | e3c93f3f3fedb8f2fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)