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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮疾 | 111100101111100010001110110011111000111010111110 | f2f88ecf8ebe |
EUC-JP | ?煮疾 | 0011111110111100110100011011110011000000 | 3fbcd1bcc0 |
UTF-8 | 煮疾 | 111011101000100010101111111001111000010110101110111001111001011010111110 | ee88afe785aee796be |
UHC | ?煮疾 | 0011111111101101101101001111001011110000 | 3fedb4f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)