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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 獰?^ | 11100000110101100011111101011110 | e0d63f5e |
EUC-JP | 獰?^ | 11100000110110000011111101011110 | e0d83f5e |
UTF-8 | 獰얛^ | 11100111100011011011000011101100100101101001101101011110 | e78db0ec969b5e |
UHC | 獰얛^ | 1110011110111110100111100100010001011110 | e7be9e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)