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 | 楔妖 | 10011110101101101001011101100100 | 9eb69764 |
EUC-JP | 楔妖 | 11011100101110001100110111000101 | dcb8cdc5 |
UTF-8 | 楔妖 | 111001101010010110010100111001011010011010010110 | e6a594e5a696 |
UHC | 楔妖 | 11100000110110111110100011101101 | e0dbe8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)