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 | 顴頬 | 11101001010000011001011001101010 | e941966a |
EUC-JP | 顴頬 | 11110001101000101100101111001011 | f1a2cbcb |
UTF-8 | 顴頬 | 111010011010000110110100111010011010000010101100 | e9a1b4e9a0ac |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)