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 | 鰐?鰐益鰐 | 100110000110101100111111100110000110101110001001011101101001100001101011 | 986b3f986b8976986b |
EUC-JP | 鰐?鰐益鰐 | 110011111100110000111111110011111100110010110001110101111100111111001100 | cfcc3fcfccb1d7cfcc |
UTF-8 | 鰐溺鰐益鰐 | 111010011011000010010000111011111010011110101100111010011011000010010000111001111001101110001010111010011011000010010000 | e9b090efa7ace9b090e79b8ae9b090 |
UHC | 鰐溺鰐益鰐 | 11100100110010101110110011001010111001001100101011101100110011001110010011001010 | e4caeccae4caeccce4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)