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 | 詢頀 | 111010001010100110100010111010011010000010000000 | e8a9a2e9a080 |
UHC | 詢頀 | 11100010111100111111101111100001 | e2f3fbe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)