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 | ûD¦zh | 111110110100010010001110101001100111101001101000 | fb448ea67a68 |
SJIS-WIN | ?D??zh | 001111110100010000111111001111110111101001101000 | 3f443f3f7a68 |
EUC-JP | ûD?¦zh | 10001111101010111110010101000100001111111000111110100010110000110111101001101000 | 8fabe5443f8fa2c37a68 |
UTF-8 | ûD¦zh | 110000111011101101000100110000101000111011000010101001100111101001101000 | c3bb44c28ec2a67a68 |
UHC | ?D??zh | 001111110100010000111111001111110111101001101000 | 3f443f3f7a68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)