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 | 渼軸^ | 1111101101001001100011101011001001011110 | fb498eb25e |
EUC-JP | 渼軸^ | 100011111100011111110000101111001011010001011110 | 8fc7f0bcb45e |
UTF-8 | 渼軸^ | 11100110101110001011110011101000101110111011100001011110 | e6b8bce8bbb85e |
UHC | 渼軸^ | 1101101010110100111101011110111001011110 | dab4f5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)