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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辷梗辷梗^ | 111001111000100010001101010110111110011110001000100011010101101101011110 | e7888d5be7888d5b5e |
EUC-JP | 辷梗辷梗^ | 111011011110100010111001101111001110110111101000101110011011110001011110 | ede8b9bcede8b9bc5e |
UTF-8 | 辷梗辷梗^ | 11101000101111101011011111100110101000101001011111101000101111101011011111100110101000101001011101011110 | e8beb7e6a297e8beb7e6a2975e |
UHC | ?梗?梗^ | 00111111110011001101101100111111110011001101101101011110 | 3fccdb3fccdb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)