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 | 辭竸 | 11100111100001101001100101011110 | e786995e |
EUC-JP | 辭竸 | 11101101111001101101000110111111 | ede6d1bf |
UTF-8 | 辭竸 | 111010001011111010101101111001111010101110111000 | e8beade7abb8 |
UHC | 辭? | 110111101111011000111111 | def63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)