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 | 證珠 | 11100110100110101000111011101100 | e69a8eec |
EUC-JP | 證珠 | 11101011111110101011110011101110 | ebfabcee |
UTF-8 | 證珠 | 111010001010110110001001111001111000111110100000 | e8ad89e78fa0 |
UHC | 證珠 | 11110001111110111111000111000001 | f1fbf1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)