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 | 樗烽 | 10010010100101001110000010000010 | 9294e082 |
EUC-JP | 樗烽 | 11000011111101001101111111100010 | c3f4dfe2 |
UTF-8 | 樗烽 | 111001101010100010010111111001111000001110111101 | e6a897e783bd |
UHC | 樗烽 | 11101110110000001101110011101011 | eec0dceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)