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 | 考’ | 10001101011011001000000101100110 | 8d6c8166 |
EUC-JP | 考’ | 10111001110011011010000111000111 | b9cda1c7 |
UTF-8 | 考’ | 111010001000000010000011111000101000000010011001 | e88083e28099 |
UHC | 考’ | 11001101110001011010000110101111 | cdc5a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)