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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シメ莊 | 111100011110010010111100110100101110010010110101 | f1e4bcd2e4b5 |
EUC-JP | ?シメ莊 | 00111111100011101011110010001110110100101110100010110111 | 3f8ebc8ed2e8b7 |
UTF-8 | シメ莊 | 111011101000010110011111111011111011110110111100111011111011111010010010111010001000111010001010 | ee859fefbdbcefbe92e88e8a |
UHC | ???莊 | 0011111100111111001111111110110111110110 | 3f3f3fedf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)