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 | æ½çWB | 1110011010111101100000011110011110000011100010110101011101000010 | e6bd81e7838b5742 |
SJIS-WIN | ??????WB | 0011111100111111001111110011111100111111001111110101011101000010 | 3f3f3f3f3f3f5742 |
EUC-JP | æ??ç??WB | 100011111010100111000001001111110011111110001111101010111010111000111111001111110101011101000010 | 8fa9c13f3f8fabae3f3f5742 |
UTF-8 | æ½çWB | 1100001110100110110000101011110111000010100000011100001110100111110000101000001111000010100010110101011101000010 | c3a6c2bdc281c3a7c283c28b5742 |
UHC | æ½????WB | 10101001101000011010100011110110001111110011111100111111001111110101011101000010 | a9a1a8f63f3f3f3f5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)