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 | 懷朸 | 10011100111001011001111001010101 | 9ce59e55 |
EUC-JP | 懷朸 | 11011000111001111101101110110110 | d8e7dbb6 |
UTF-8 | 懷朸 | 111001101000011110110111111001101001110010111000 | e687b7e69cb8 |
UHC | 懷? | 111111001110001100111111 | fce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)