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 | 樗??班蔡 | 1001001010010100001111110011111110010100110001111110010011101111 | 92943f3f94c7e4ef |
EUC-JP | 樗熢?班蔡 | 11000011111101001000111111001010101010110011111111001000110010011110100011110001 | c3f48fcaab3fc8c9e8f1 |
UTF-8 | 樗熢렩班蔡 | 111001101010100010010111111001111000011010100010111010111010000010101001111001111000111110101101111010001001010010100001 | e6a897e786a2eba0a9e78fade894a1 |
UHC | 樗熢렩班蔡 | 11101110110000001101110011101100100011101011011111011010111011001111001111111001 | eec0dcec8eb7daecf3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)