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 | 槨膜礒 | 100111101101100010010110100011001110001001000101 | 9ed8968ce245 |
EUC-JP | 槨膜礒 | 110111001101101011001011111011001110001110100110 | dcdacbece3a6 |
UTF-8 | 槨膜礒 | 111001101010011110101000111010001000011010011100111001111010010010010010 | e6a7a8e8869ce7a492 |
UHC | 槨膜? | 1100111010101010110110001010111100111111 | ceaad8af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)