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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 鳥?Y | 10010010101110010011111101011001 | 92b93f59 |
EUC-JP | 鳥?Y | 11000100101110110011111101011001 | c4bb3f59 |
UTF-8 | 鳥렭Y | 11101001101100111010010111101011101000001010110101011001 | e9b3a5eba0ad59 |
UHC | 鳥렭Y | 1111000011101000100011101011101001011001 | f0e88eba59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)