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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 璋?頂?h | 11100000111101100011111110010010101110000011111101101000 | e0f63f92b83f68 |
EUC-JP | 璋?頂?h | 11100000111110000011111111000100101110100011111101101000 | e0f83fc4ba3f68 |
UTF-8 | 璋렡頂렊h | 11100111100100101000101111101011101000001010000111101001101000001000001011101011101000001000101001101000 | e7928beba0a1e9a082eba08a68 |
UHC | 璋렡頂렊h | 111011011111000010001110101100101111000010100010100011101010000101101000 | edf08eb2f0a28ea168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)