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 | 跚狗イ。跋 | 1110011011100111100010111110011110110010101000011110011011101011 | e6e78be7b2a1e6eb |
EUC-JP | 跚狗イ。跋 | 11101100111010011011011011101001100011101011001010001110101000011110110011101101 | ece9b6e98eb28ea1eced |
UTF-8 | 跚狗イ。跋 | 111010001011011110011010111001111000101110010111111011111011110110110010111011111011110110100001111010001011011110001011 | e8b79ae78b97efbdb2efbda1e8b78b |
UHC | ?狗??跋 | 00111111110011111011011100111111001111111101101110100010 | 3fcfb73f3fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)