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 | 啼?臧?迪 | 1001101001100101001111111110010001101000001111111110011110001100 | 9a653fe4683fe78c |
EUC-JP | 啼?臧?迪 | 1101001111000110001111111110011111001001001111111110110111101100 | d3c63fe7c93fedec |
UTF-8 | 啼렮臧렩迪 | 111001011001010110111100111010111010000010101110111010001000011110100111111010111010000010101001111010001011111110101010 | e595bceba0aee887a7eba0a9e8bfaa |
UHC | 啼렮臧렩迪 | 11110000101001101000111010111011111011011111010110001110101101111110111011101000 | f0a68ebbedf58eb7eee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)