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 | 酉? | 100100111101000100111111 | 93d13f |
EUC-JP | 酉? | 110001101101001100111111 | c6d33f |
UTF-8 | 酉딟 | 111010011000010110001001111010111001010010011111 | e98589eb949f |
UHC | 酉딟 | 11101011101101111000101101000010 | ebb78b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)