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 | 鳴跟 | 10010110110000101110011011101110 | 96c2e6ee |
EUC-JP | 鳴跟 | 11001100110001001110110011110000 | ccc4ecf0 |
UTF-8 | 鳴跟 | 111010011011001110110100111010001011011110011111 | e9b3b4e8b79f |
UHC | 鳴? | 110110011011000000111111 | d9b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)