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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 淼啣淼啣B | 111110110100010110011010010100011111101101000101100110100101000101000010 | fb459a51fb459a5142 |
EUC-JP | 淼啣淼啣B | 1000111111000111111001101101001110110010100011111100011111100110110100111011001001000010 | 8fc7e6d3b28fc7e6d3b242 |
UTF-8 | 淼啣淼啣B | 11100110101101111011110011100101100101011010001111100110101101111011110011100101100101011010001101000010 | e6b7bce595a3e6b7bce595a342 |
UHC | ?啣?啣B | 00111111111110011110000100111111111110011110000101000010 | 3ff9e13ff9e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)