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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 恙恙B | 1001110010011001100111001001100101000010 | 9c999c9942 |
EUC-JP | 恙恙B | 1101011111111001110101111111100101000010 | d7f9d7f942 |
UTF-8 | 恙恙B | 11100110100000011001100111100110100000011001100101000010 | e68199e6819942 |
UHC | 恙恙B | 1110010110111111111001011011111101000010 | e5bfe5bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)