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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠇」螟ア﨟ウ | 111110111010000110100011111001011010010010110001111110111001110110110011 | fba1a3e5a4b1fb9db3 |
EUC-JP | ?」螟ア?ウ | 00111111100011101010001111101010101001101000111010110001001111111000111010110011 | 3f8ea3eaa68eb13f8eb3 |
UTF-8 | 蠇」螟ア﨟ウ | 111010001010000010000111111011111011110110100011111010001001111010011111111011111011110110110001111011111010100010011111111011111011110110110011 | e8a087efbda3e89e9fefbdb1efa89fefbdb3 |
UHC | ??螟??? | 00111111001111111101100110101101001111110011111100111111 | 3f3fd9ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)