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 | 縡?訂?鬱擔 | 11100011011100010011111110010010111110010011111110011111010101001001110101011110 | e3713f92f93f9f549d5e |
EUC-JP | 縡?訂?鬱擔 | 11100101110100100011111111000100111110110011111111011101101101011101100110111111 | e5d23fc4fb3fddb5d9bf |
UTF-8 | 縡렕訂렦鬱擔 | 111001111011100010100001111010111010000010010101111010001010100010000010111010111010000010100110111010011010110010110001111001101001001110010100 | e7b8a1eba095e8a882eba0a6e9acb1e69394 |
UHC | 縡렕訂렦鬱擔 | 111011101010110110001110101010101110111111110100100011101011010111101010101001101101001110111101 | eead8eaaeff48eb5eaa6d3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)