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 | ?????ð | 001111110011111100111111001111110011111111110000 | 3f3f3f3f3ff0 |
SJIS-WIN | 誤????? | 10001100111010110011111100111111001111110011111100111111 | 8ceb3f3f3f3f3f |
EUC-JP | 誤????ð | 101110001110110100111111001111110011111100111111100011111010100111000011 | b8ed3f3f3f3f8fa9c3 |
UTF-8 | 誤곣뮪鱗띈ð | 1110100010101010101001001110101010110011101000111110101110101110101010101110111110100111101100101110101110011101100010001100001110110000 | e8aaa4eab3a3ebaeaaefa7b2eb9d88c3b0 |
UHC | 誤곣뮪鱗띈ð | 111010001010011010000001111000101001001010110100111011001110011110110110111010001010100110100011 | e8a681e292b4ece7b6e8a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)