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 | 釀乖 | 11100111110101001001100010101000 | e7d498a8 |
EUC-JP | 釀乖 | 11101110110101101101000010101010 | eed6d0aa |
UTF-8 | 釀乖 | 111010011000011110000000111001001011100110010110 | e98780e4b996 |
UHC | 釀乖 | 11100101110101001100111011010010 | e5d4ced2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)