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 | 意牟 | 10001000110100111001011010110100 | 88d396b4 |
EUC-JP | 意牟 | 10110000110101011100110010110110 | b0d5ccb6 |
UTF-8 | 意牟 | 111001101000010010001111111001111000100110011111 | e6848fe7899f |
UHC | 意牟 | 11101011111100101101100110111111 | ebf2d9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)