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 | 嶬壹 | 10011011110100101001101011100011 | 9bd29ae3 |
EUC-JP | 嶬壹 | 11010110110101001101010011100101 | d6d4d4e5 |
UTF-8 | 嶬壹 | 111001011011011010101100111001011010001110111001 | e5b6ace5a3b9 |
UHC | ?壹 | 001111111110110011101100 | 3fecec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)