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 | ??e^ | 00111111001111110110010101011110 | 3f3f655e |
SJIS-WIN | 燾而e^ | 111110110101101010001110101001110110010101011110 | fb5a8ea7655e |
EUC-JP | 燾而e^ | 10001111110010101011110110111100101010010110010101011110 | 8fcabdbca9655e |
UTF-8 | 燾而e^ | 1110011110000111101111101110100010000000100011000110010101011110 | e787bee8808c655e |
UHC | 燾而e^ | 110101001010011111101100101110110110010101011110 | d4a7ecbb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)