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 | ???耳錫 | 00111111001111110011111110001110101010001000111011100000 | 3f3f3f8ea88ee0 |
EUC-JP | ???耳錫 | 00111111001111110011111110111100101010101011110011100010 | 3f3f3fbcaabce2 |
UTF-8 | 罹롛롗耳錫 | 111011111010011110100110111010111010000110011011111010111010000110010111111010001000000010110011111010011000110010101011 | efa7a6eba19beba197e880b3e98cab |
UHC | 罹롛롗耳錫 | 11101100101110101000111011011111100011101101101111101100101111001110000010111000 | ecba8edf8edbecbce0b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)