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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驕匁灯驕 | 1110100110000001100101101110011010010011100101001110100110000001 | e98196e69394e981 |
EUC-JP | 驕匁灯驕 | 1111000111100001110011001110100011000101111101001111000111100001 | f1e1cce8c5f4f1e1 |
UTF-8 | 驕匁灯驕 | 111010011010100110010101111001011000110010000001111001111000000110101111111010011010100110010101 | e9a995e58c81e781afe9a995 |
UHC | 驕??驕 | 110011101111011000111111001111111100111011110110 | cef63f3fcef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)