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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 枳?飮?枳?^ | 10011110011010110011111110011111010110100011111110011110011010110011111101011110 | 9e6b3f9f5a3f9e6b3f5e |
EUC-JP | 枳?飮?枳?^ | 11011011110011000011111111011101101110110011111111011011110011000011111101011110 | dbcc3fddbb3fdbcc3f5e |
UTF-8 | 枳렟飮렭枳렓^ | 11100110100111101011001111101011101000001001111111101001101000111010111011101011101000001010110111100110100111101011001111101011101000001001001101011110 | e69eb3eba09fe9a3aeeba0ade69eb3eba0935e |
UHC | 枳렟飮렭枳렓^ | 11110010101011001000111010110000111010111110011010001110101110101111001010101100100011101010100001011110 | f2ac8eb0ebe68ebaf2ac8ea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)