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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 睛兢?俎?h | 111000011100101110011001010111010011111110011000110101110011111101101000 | e1cb995d3f98d73f68 |
EUC-JP | 睛兢?俎?h | 111000101100110111010001101111100011111111010000110110010011111101101000 | e2cdd1be3fd0d93f68 |
UTF-8 | 睛兢狼俎렣h | 11100111100111011001101111100101100001011010001011101111101001001010101111100100101111111000111011101011101000001010001101101000 | e79d9be585a2efa4abe4bf8eeba0a368 |
UHC | 睛兢狼俎렣h | 1110111111101100110100001110011111010010101010101111000010111011100011101011010001101000 | efecd0e7d2aaf0bb8eb468 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)