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 | 灼皖 | 10001110110111001110000110101000 | 8edce1a8 |
EUC-JP | 灼皖 | 10111100110111101110001010101010 | bcdee2aa |
UTF-8 | 灼皖 | 111001111000000110111100111001111001101010010110 | e781bce79a96 |
UHC | 灼? | 111011011100011100111111 | edc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)