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 | ケ淲^ | 10111001111110110100010001011110 | b9fb445e |
EUC-JP | ケ?^ | 10001110101110010011111101011110 | 8eb93f5e |
UTF-8 | ケ淲^ | 11101111101111011011100111100110101101111011001001011110 | efbdb9e6b7b25e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)