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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞜匁灯鞜匁灯 | 111010001101111110010110111001101001001110010100111010001101111110010110111001101001001110010100 | e8df96e69394e8df96e69394 |
EUC-JP | 鞜匁灯鞜匁灯 | 111100001110000111001100111010001100010111110100111100001110000111001100111010001100010111110100 | f0e1cce8c5f4f0e1cce8c5f4 |
UTF-8 | 鞜匁灯鞜匁灯 | 111010011001111010011100111001011000110010000001111001111000000110101111111010011001111010011100111001011000110010000001111001111000000110101111 | e99e9ce58c81e781afe99e9ce58c81e781af |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)