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 | 驕匁灯驕匁灯 | 111010011000000110010110111001101001001110010100111010011000000110010110111001101001001110010100 | e98196e69394e98196e69394 |
EUC-JP | 驕匁灯驕匁灯 | 111100011110000111001100111010001100010111110100111100011110000111001100111010001100010111110100 | f1e1cce8c5f4f1e1cce8c5f4 |
UTF-8 | 驕匁灯驕匁灯 | 111010011010100110010101111001011000110010000001111001111000000110101111111010011010100110010101111001011000110010000001111001111000000110101111 | e9a995e58c81e781afe9a995e58c81e781af |
UHC | 驕??驕?? | 1100111011110110001111110011111111001110111101100011111100111111 | cef63f3fcef63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)