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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 遲耕 | 11100111101011011000110101101011 | e7ad8d6b |
EUC-JP | 遲耕 | 11101110101011111011100111001100 | eeafb9cc |
UTF-8 | 遲耕 | 111010011000000110110010111010001000000010010101 | e981b2e88095 |
UHC | 遲耕 | 11110010110000001100110011101001 | f2c0cce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)