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 | 婁愼 | 10011000010010111001110011000100 | 984b9cc4 |
EUC-JP | 婁愼 | 11001111101011001101100011000110 | cfacd8c6 |
UTF-8 | 婁愼 | 111001011010100110000001111001101000010010111100 | e5a981e684bc |
UHC | 婁愼 | 11010111101001011110001111100101 | d7a5e3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)