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 | 嶢疾 | 10011011110100001000111010111110 | 9bd08ebe |
EUC-JP | 嶢疾 | 11010110110100101011110011000000 | d6d2bcc0 |
UTF-8 | 嶢疾 | 111001011011011010100010111001111001011010111110 | e5b6a2e796be |
UHC | 嶢疾 | 11101000111100101111001011110000 | e8f2f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)