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 | 恁?寃峯 | 10011100100011000011111110011011100000111001010111110101 | 9c8c3f9b8395f5 |
EUC-JP | 恁?寃峯 | 11010111111011000011111111010101111000111100101011110111 | d7ec3fd5e3caf7 |
UTF-8 | 恁렱寃峯 | 111001101000000110000001111010111010000010110001111001011010111110000011111001011011001110101111 | e68181eba0b1e5af83e5b3af |
UHC | 恁렱寃峯 | 1110110011110110100011101011111011101010101100101101110011100111 | ecf68ebeeab2dce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)