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 | 傳?毅麥 | 10011001010000100011111110001011010000101110101001101101 | 99423f8b42ea6d |
EUC-JP | 傳?毅麥 | 11010001101000110011111110110101101000111111001111001110 | d1a33fb5a3f3ce |
UTF-8 | 傳렓毅麥 | 111001011000001010110011111010111010000010010011111001101010111110000101111010011011101010100101 | e582b3eba093e6af85e9baa5 |
UHC | 傳렓毅麥 | 1110111011101110100011101010100011101011111101101101100011101010 | eeee8ea8ebf6d8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)