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 | ??c? | 00111111001111110110001100111111 | 3f3f633f |
SJIS-WIN | ?豈c? | 0011111111100110101011110110001100111111 | 3fe6af633f |
EUC-JP | 嶴豈c嶴 | 100011111011101111110011111011001011000101100011100011111011101111110011 | 8fbbf3ecb1638fbbf3 |
UTF-8 | 嶴豈c嶴 | 11100101101101101011010011101000101100011000100001100011111001011011011010110100 | e5b6b4e8b18863e5b6b4 |
UHC | ?豈c? | 0011111111010001110000100110001100111111 | 3fd1c2633f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)