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 | 燕燧 | 10001001100011011110000010011100 | 898de09c |
EUC-JP | 燕燧 | 10110001111011011101111111111100 | b1eddffc |
UTF-8 | 燕燧 | 111001111000011110010101111001111000011110100111 | e78795e787a7 |
UHC | 燕燧 | 11100110110110001110001010101100 | e6d8e2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)