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 | 恂醇 | 10011100100101101000111110000110 | 9c968f86 |
EUC-JP | 恂醇 | 11010111111101101011110111100110 | d7f6bde6 |
UTF-8 | 恂醇 | 111001101000000110000010111010011000011010000111 | e68182e98687 |
UHC | 恂醇 | 11100010111000011110001011110101 | e2e1e2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)