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 | 卒亶 | 10010001101100101001100010110111 | 91b298b7 |
EUC-JP | 卒亶 | 11000010101101001101000010111001 | c2b4d0b9 |
UTF-8 | 卒亶 | 111001011000110110010010111001001011101010110110 | e58d92e4bab6 |
UHC | 卒亶 | 11110000111011111101001110100010 | f0efd3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)