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 | ???` | 00111111001111110011111101100000 | 3f3f3f60 |
SJIS-WIN | 雍??` | 1110100010110100001111110011111101100000 | e8b43f3f60 |
EUC-JP | 雍??` | 1111000010110110001111110011111101100000 | f0b63f3f60 |
UTF-8 | 雍딂뺀` | 11101001100110111000110111101011100101001000001011101011101110101000000001100000 | e99b8deb9482ebba8060 |
UHC | 雍딂뺀` | 11101000101111001000101011101000101110111010101101100000 | e8bc8ae8bbab60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)