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 | 駱銘 | 11101001011100001001011011000001 | e97096c1 |
EUC-JP | 駱銘 | 11110001110100011100110011000011 | f1d1ccc3 |
UTF-8 | 駱銘 | 111010011010011110110001111010011000101010011000 | e9a7b1e98a98 |
UHC | 駱銘 | 11010101101011011101100110101111 | d5add9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)