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 | 恂消 | 10011100100101101000111111000001 | 9c968fc1 |
EUC-JP | 恂消 | 11010111111101101011111011000011 | d7f6bec3 |
UTF-8 | 恂消 | 111001101000000110000010111001101011011010001000 | e68182e6b688 |
UHC | 恂消 | 11100010111000011110000110111100 | e2e1e1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)