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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 渼軸P | 1111101101001001100011101011001001010000 | fb498eb250 |
EUC-JP | 渼軸P | 100011111100011111110000101111001011010001010000 | 8fc7f0bcb450 |
UTF-8 | 渼軸P | 11100110101110001011110011101000101110111011100001010000 | e6b8bce8bbb850 |
UHC | 渼軸P | 1101101010110100111101011110111001010000 | dab4f5ee50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)