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 | 賊?訂?蹟 | 1001000110101111001111111001001011111001001111111001000011010110 | 91af3f92f93f90d6 |
EUC-JP | 賊?訂?蹟 | 1100001010110001001111111100010011111011001111111100000011011000 | c2b13fc4fb3fc0d8 |
UTF-8 | 賊렠訂렦蹟 | 111010001011001110001010111010111010000010100000111010001010100010000010111010111010000010100110111010001011100110011111 | e8b38aeba0a0e8a882eba0a6e8b99f |
UHC | 賊렠訂렦蹟 | 11101110111001001000111010110001111011111111010010001110101101011110111011100111 | eee48eb1eff48eb5eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)