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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鮏鮏B | 11110111101011001111110001000011111101101011010011110111101011001111110001000011111101101011010001000010 | f7acfc43f6b4f7acfc43f6b442 |
EUC-JP | ?鮏??鮏?B | 0011111110001111111010101101101100111111001111111000111111101010110110110011111101000010 | 3f8feadb3f3f8feadb3f42 |
UTF-8 | 鮏鮏B | 11101110100101101000111111101001101011101000111111101110100100111001101111101110100101101000111111101001101011101000111111101110100100111001101101000010 | ee968fe9ae8fee939bee968fe9ae8fee939b42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)