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 | 譏酉 | 11100110100110001001001111010001 | e69893d1 |
EUC-JP | 譏酉 | 11101011111110001100011011010011 | ebf8c6d3 |
UTF-8 | 譏酉 | 111010001010110110001111111010011000010110001001 | e8ad8fe98589 |
UHC | 譏酉 | 11010001110000011110101110110111 | d1c1ebb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)