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 | 懷顏 | 10011100111001011110100011111000 | 9ce5e8f8 |
EUC-JP | 懷顏 | 11011000111001111111000011111010 | d8e7f0fa |
UTF-8 | 懷顏 | 111001101000011110110111111010011010000110001111 | e687b7e9a18f |
UHC | 懷? | 111111001110001100111111 | fce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)