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 | ???zh | 0011111100111111001111110111101001101000 | 3f3f3f7a68 |
SJIS-WIN | 弱??zh | 100011101110001100111111001111110111101001101000 | 8ee33f3f7a68 |
EUC-JP | 弱??zh | 101111001110010100111111001111110111101001101000 | bce53f3f7a68 |
UTF-8 | 弱꾣뜥zh | 1110010110111100101100011110101010111110101000111110101110011100101001010111101001101000 | e5bcb1eabea3eb9ca57a68 |
UHC | 弱꾣뜥zh | 1110010110110000100001001110011010001101101010000111101001101000 | e5b084e68da87a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)