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 | 詢깇 | 111010001010100110100010111010101011100110000111 | e8a9a2eab987 |
UHC | 詢깇 | 11100010111100111000001110000110 | e2f38386 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)