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 | 恂騷 | 10011100100101101110100101111010 | 9c96e97a |
EUC-JP | 恂騷 | 11010111111101101111000111011011 | d7f6f1db |
UTF-8 | 恂騷 | 111001101000000110000010111010011010100010110111 | e68182e9a8b7 |
UHC | 恂騷 | 11100010111000011110000111010011 | e2e1e1d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)