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 | ?齧 | 001111111110101010010110 | 3fea96 |
EUC-JP | 饍齧 | 1000111111101000111011011111001111110110 | 8fe8edf3f6 |
UTF-8 | 饍齧 | 111010011010010110001101111010011011110110100111 | e9a58de9bda7 |
UHC | 饍齧 | 11100000110101111110000011100101 | e0d7e0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)