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 | 褂庭 | 11100101111001101001001011101011 | e5e692eb |
EUC-JP | 褂庭 | 11101010111010001100010011101101 | eae8c4ed |
UTF-8 | 褂庭 | 111010001010010010000010111001011011101010101101 | e8a482e5baad |
UHC | ?庭 | 001111111110111111010100 | 3fefd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)