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 | 轢ヨ | 11100111100000001000001110001000 | e7808388 |
EUC-JP | 轢ヨ | 11101101111000001010010111101000 | ede0a5e8 |
UTF-8 | 轢ヨ | 111010001011110110100010111000111000001110101000 | e8bda2e383a8 |
UHC | 轢ヨ | 11010101111110011010101111101000 | d5f9abe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)