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 | 无蕕 | 10011101110110011110010101000011 | 9dd9e543 |
EUC-JP | 无蕕 | 11011010110110111110100110100100 | dadbe9a4 |
UTF-8 | 无蕕 | 111001101001011110100000111010001001010110010101 | e697a0e89595 |
UHC | 无? | 110110011110100100111111 | d9e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)