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 | 顴鷆 | 11101001010000011110101001010101 | e941ea55 |
EUC-JP | 顴鷆 | 11110001101000101111001110110110 | f1a2f3b6 |
UTF-8 | 顴鷆 | 111010011010000110110100111010011011011110000110 | e9a1b4e9b786 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)