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 | 運?媛?毅 | 1000100101011110001111111001010101010001001111111000101101000010 | 895e3f95513f8b42 |
EUC-JP | 運?媛?毅 | 1011000110111111001111111100100110110010001111111011010110100011 | b1bf3fc9b23fb5a3 |
UTF-8 | 運렩媛렎毅 | 111010011000000110001011111010111010000010101001111001011010101010011011111010111010000010001110111001101010111110000101 | e9818beba0a9e5aa9beba08ee6af85 |
UHC | 運렩媛렎毅 | 11101010101000011000111010110111111010101011000010001110101001001110101111110110 | eaa18eb7eab08ea4ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)