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 | 酉멖 | 111010011000010110001001111010111010100110010110 | e98589eba996 |
UHC | 酉멖 | 11101011101101111001000101001000 | ebb79148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)