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^ | 111000001101100111100000110010110110010101011110 | e0d9e0cb655e |
EUC-JP | 獻猴e^ | 111000001101101111100000110011010110010101011110 | e0dbe0cd655e |
UTF-8 | 獻猴e^ | 1110011110001101101110111110011110001100101101000110010101011110 | e78dbbe78cb4655e |
UHC | 獻?e^ | 1111101011001100001111110110010101011110 | facc3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)