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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕匁灯驕匁 | 11101001100000011001011011100110100100111001010011101001100000011001011011100110 | e98196e69394e98196e6 |
EUC-JP | 驕匁灯驕匁 | 11110001111000011100110011101000110001011111010011110001111000011100110011101000 | f1e1cce8c5f4f1e1cce8 |
UTF-8 | 驕匁灯驕匁 | 111010011010100110010101111001011000110010000001111001111000000110101111111010011010100110010101111001011000110010000001 | e9a995e58c81e781afe9a995e58c81 |
UHC | 驕??驕? | 11001110111101100011111100111111110011101111011000111111 | cef63f3fcef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)