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 | 謝ι | 10001110110100111000001111000111 | 8ed383c7 |
EUC-JP | 謝ι | 10111100110101011010011011001001 | bcd5a6c9 |
UTF-8 | 謝ι | 1110100010101100100111011100111010111001 | e8ac9dceb9 |
UHC | 謝ι | 11011110111100111010010111101001 | def3a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)