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 | 猜雕 | 11100000110010001110100010111000 | e0c8e8b8 |
EUC-JP | 猜雕 | 11100000110010101111000010111010 | e0caf0ba |
UTF-8 | 猜雕 | 111001111000110010011100111010011001101110010101 | e78c9ce99b95 |
UHC | 猜雕 | 11100011110001001111000011100111 | e3c4f0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)