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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褊耶ゥィ粤 | 1110010111101101100101101110101110101001101010001110001011100011 | e5ed96eba9a8e2e3 |
EUC-JP | 褊耶ゥィ粤 | 11101010111011111100110011101101100011101010100110001110101010001110010011100101 | eaefcced8ea98ea8e4e5 |
UTF-8 | 褊耶ゥィ粤 | 111010001010010010001010111010001000000010110110111011111011110110101001111011111011110110101000111001111011001010100100 | e8a48ae880b6efbda9efbda8e7b2a4 |
UHC | ?耶??? | 001111111110010110101101001111110011111100111111 | 3fe5ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)