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 | 止麥??族 | 1000111001111110111010100110110100111111001111111001000110110000 | 8e7eea6d3f3f91b0 |
EUC-JP | 止麥??族 | 1011101111011111111100111100111000111111001111111100001010110010 | bbdff3ce3f3fc2b2 |
UTF-8 | 止麥렢렕族 | 111001101010110110100010111010011011101010100101111010111010000010100010111010111010000010010101111001101001011110001111 | e6ada2e9baa5eba0a2eba095e6978f |
UHC | 止麥렢렕族 | 11110010101011011101100011101010100011101011001110001110101010101111000011101001 | f2add8ea8eb38eaaf0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)