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 | 項ι | 10001101100000001000001111000111 | 8d8083c7 |
EUC-JP | 項ι | 10111001111000001010011011001001 | b9e0a6c9 |
UTF-8 | 項ι | 1110100110100000100001011100111010111001 | e9a085ceb9 |
UHC | 項ι | 11111010101000111010010111101001 | faa3a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)