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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 族楔褻 | 100100011011000010011110101101101110010111110110 | 91b09eb6e5f6 |
EUC-JP | 族楔褻 | 110000101011001011011100101110001110101011111000 | c2b2dcb8eaf8 |
UTF-8 | 族楔褻 | 111001101001011110001111111001101010010110010100111010001010010010111011 | e6978fe6a594e8a4bb |
UHC | 族楔褻 | 111100001110100111100000110110111110000011100001 | f0e9e0dbe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)