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 | 枝葛?荳∵ | 100011100111110110001010100010110011111111100100101110001000000111100110 | 8e7d8a8b3fe4b881e6 |
EUC-JP | 枝葛?荳∵ | 101110111101111010110011111010110011111111101000101110101010001011101000 | bbdeb3eb3fe8baa2e8 |
UTF-8 | 枝葛렜荳∵ | 111001101001111010011101111010001001000110011011111010111010000010011100111010001000110110110011111000101000100010110101 | e69e9de8919beba09ce88db3e288b5 |
UHC | 枝葛렜荳∵ | 11110010101010111100101011100111100011101010111011010100111001011010000111110001 | f2abcae78eaed4e5a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)