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 | ァ范 | 101001111110010010010111 | a7e497 |
EUC-JP | ァ范 | 10001110101001111110011111110111 | 8ea7e7f7 |
UTF-8 | ァ范 | 111011111011110110100111111010001000110010000011 | efbda7e88c83 |
UHC | ?范 | 001111111101101111110101 | 3fdbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)