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 | 賃?止?嶢 | 1001001011000000001111111000111001111110001111111001101111010000 | 92c03f8e7e3f9bd0 |
EUC-JP | 賃?止?嶢 | 1100010011000010001111111011101111011111001111111101011011010010 | c4c23fbbdf3fd6d2 |
UTF-8 | 賃렔止렣嶢 | 111010001011001110000011111010111010000010010100111001101010110110100010111010111010000010100011111001011011011010100010 | e8b383eba094e6ada2eba0a3e5b6a2 |
UHC | 賃렔止렣嶢 | 11101100111111001000111010101001111100101010110110001110101101001110100011110010 | ecfc8ea9f2ad8eb4e8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)