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 | 蹂シエ趙煮璽 | 11100110111110001011110010110100111001101110001010001110110011111000111010100011 | e6f8bcb4e6e28ecf8ea3 |
EUC-JP | 蹂シエ趙煮璽 | 111011001111101010001110101111001000111010110100111011001110010010111100110100011011110010100101 | ecfa8ebc8eb4ece4bcd1bca5 |
UTF-8 | 蹂シエ趙煮璽 | 111010001011100110000010111011111011110110111100111011111011110110110100111010001011011010011001111001111000010110101110111001111001001010111101 | e8b982efbdbcefbdb4e8b699e785aee792bd |
UHC | 蹂??趙煮璽 | 11101011101100110011111100111111111100001110000111101101101101001101111111011110 | ebb33f3ff0e1edb4dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)