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 | 詢? | 111001100110110100111111 | e66d3f |
EUC-JP | 詢? | 111010111100111000111111 | ebce3f |
UTF-8 | 詢릨 | 111010001010100110100010111010111010011010101000 | e8a9a2eba6a8 |
UHC | 詢릨 | 11100010111100111001000010001010 | e2f3908a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)