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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 寳鑼√^ | 10011011100100001110100001110100100000011110001101011110 | 9b90e87481e35e |
EUC-JP | 寳鑼√^ | 11010101111100001110111111010101101000101110010101011110 | d5f0efd5a2e55e |
UTF-8 | 寳鑼√^ | 11100101101011111011001111101001100100011011110011100010100010001001101001011110 | e5afb3e991bce2889a5e |
UHC | ??√^ | 0011111100111111101000011110111001011110 | 3f3fa1ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)