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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘶觴?石 | 10011010011111001110011001011011001111111001000011001110 | 9a7ce65b3f90ce |
EUC-JP | 嘶觴?石 | 11010011110111011110101110111100001111111100000011010000 | d3ddebbc3fc0d0 |
UTF-8 | 嘶觴媤石 | 111001011001100010110110111010001010011110110100111001011010101010100100111001111001111110110011 | e598b6e8a7b4e5aaa4e79fb3 |
UHC | 嘶觴媤石 | 1110001110110110110111111101100011100011101110001110000010110100 | e3b6dfd8e3b8e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)