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 | 懷篆 | 10011100111001011110001010111101 | 9ce5e2bd |
EUC-JP | 懷篆 | 11011000111001111110010010111111 | d8e7e4bf |
UTF-8 | 懷篆 | 111001101000011110110111111001111010111110000110 | e687b7e7af86 |
UHC | 懷篆 | 11111100111000111110111110101010 | fce3efaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)