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 | ????ZB | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | 奚???ZB | 10011010111101100011111100111111001111110101101001000010 | 9af63f3f3f5a42 |
EUC-JP | 奚???ZB | 11010100111110000011111100111111001111110101101001000010 | d4f83f3f3f5a42 |
UTF-8 | 奚섒轢욟ZB | 1110010110100101100110101110110010000100100100101110111110100110100011011110110010011010100111110101101001000010 | e5a59aec8492efa68dec9a9f5a42 |
UHC | 奚섒轢욟ZB | 11111010101010001001100011101110111001101011110010011110111110010101101001000010 | faa898eee6bc9ef95a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)