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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 痾哈痞h | 11100001011111011001100111111011111000010111110001101000 | e17d99fbe17c68 |
EUC-JP | 痾哈痞h | 11100001110111101101001011111101111000011101110101101000 | e1ded2fde1dd68 |
UTF-8 | 痾哈痞h | 11100111100101111011111011100101100100111000100011100111100101111001111001101000 | e797bee59388e7979e68 |
UHC | ?哈?h | 0011111111111001111010110011111101101000 | 3ff9eb3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)