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 | 詣ι | 10001100011101111000001111000111 | 8c7783c7 |
EUC-JP | 詣ι | 10110111110110001010011011001001 | b7d8a6c9 |
UTF-8 | 詣ι | 1110100010101001101000111100111010111001 | e8a9a3ceb9 |
UHC | 詣ι | 11100111111000011010010111101001 | e7e1a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)