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 | ?醇^ | 00111111100011111000011001011110 | 3f8f865e |
EUC-JP | ?醇^ | 00111111101111011110011001011110 | 3fbde65e |
UTF-8 | 巢醇^ | 11100101101101111010001011101001100001101000011101011110 | e5b7a2e986875e |
UHC | 巢醇^ | 1110000110110101111000101111010101011110 | e1b5e2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)