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 | ??Xl | 00111111001111110101100001101100 | 3f3f586c |
SJIS-WIN | ?豎Xl | 0011111111100110101100010101100001101100 | 3fe6b1586c |
EUC-JP | 嶴豎Xl | 10001111101110111111001111101100101100110101100001101100 | 8fbbf3ecb3586c |
UTF-8 | 嶴豎Xl | 1110010110110110101101001110100010110001100011100101100001101100 | e5b6b4e8b18e586c |
UHC | ??Xl | 00111111001111110101100001101100 | 3f3f586c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)