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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 嗜嘗 | 10011010011011101000111110100110 | 9a6e8fa6 |
EUC-JP | 嗜嘗 | 11010011110011111011111010101000 | d3cfbea8 |
UTF-8 | 嗜嘗 | 111001011001011110011100111001011001100010010111 | e5979ce59897 |
UHC | 嗜嘗 | 11010000111011101101111111000100 | d0eedfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)