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 | 顋鳴 | 11101000111110011001011011000010 | e8f996c2 |
EUC-JP | 顋鳴 | 11110000111110111100110011000100 | f0fbccc4 |
UTF-8 | 顋鳴 | 111010011010000110001011111010011011001110110100 | e9a18be9b3b4 |
UHC | ?鳴 | 001111111101100110110000 | 3fd9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)