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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諫沸 | 11100110011111001001010110100110 | e67c95a6 |
EUC-JP | 諫沸 | 11101011110111011100101010101000 | ebddcaa8 |
UTF-8 | 諫沸 | 111010001010101110101011111001101011001010111000 | e8ababe6b2b8 |
UHC | 諫沸 | 11001010110111111101110111110011 | cadfddf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)