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 | 儲經撚 | 100101101101011111100011010100111001010001010001 | 96d7e3539451 |
EUC-JP | 儲經撚 | 110011001101100111100101101101001100011110110010 | ccd9e5b4c7b2 |
UTF-8 | 儲經撚 | 111001011000010010110010111001111011011010010011111001101001001010011010 | e584b2e7b693e6929a |
UHC | 儲經撚 | 111011101011100111001100111010001101001010110101 | eeb9cce8d2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)