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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 腋昏 | 11100011111111001000110110101000 | e3fc8da8 |
EUC-JP | 腋昏 | 11100110111111101011101010101010 | e6febaaa |
UTF-8 | 腋昏 | 111010001000010110001011111001101001100010001111 | e8858be6988f |
UHC | 腋昏 | 11100100111111011111101111100111 | e4fdfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)