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 | 11100110101011111001001111101011101011001000100011100010111000101011110101101000 | e6af93ebac88e2e2bd68 |
EUC-JP | 豈畷ャ遺篆h | 1110110010110001110001101110110110001110101011001011000011100100111001001011111101101000 | ecb1c6ed8eacb0e4e4bf68 |
UTF-8 | 豈畷ャ遺篆h | 11101000101100011000100011100111100101011011011111101111101111011010110011101001100000011011101011100111101011111000011001101000 | e8b188e795b7efbdace981bae7af8668 |
UHC | 豈??遺篆h | 110100011100001000111111001111111110101110110110111011111010101001101000 | d1c23f3febb6efaa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)