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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕈件愁莢 | 1110010011111100100011001000111110001111010001001110010010110000 | e4fc8c8f8f44e4b0 |
EUC-JP | 蕈件愁莢 | 1110100011111110101101111110111110111101101001011110100010110010 | e8feb7efbda5e8b2 |
UTF-8 | 蕈件愁莢 | 111010001001010110001000111001001011101110110110111001101000010010000001111010001000111010100010 | e89588e4bbb6e68481e88ea2 |
UHC | ?件愁莢 | 00111111110010111110110011100001111111101111101011111000 | 3fcbece1fefaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)