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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 瑣°6羌 | 1110000011110010100000011000101110000010010101011110001110110011 | e0f2818b8255e3b3 |
EUC-JP | 瑣°6羌 | 1110000011110100101000011110101110100011101101101110011010110101 | e0f4a1eba3b6e6b5 |
UTF-8 | 瑣°6羌 | 1110011110010001101000111100001010110000111011111011110010010110111001111011111010001100 | e791a3c2b0efbc96e7be8c |
UHC | ?°6羌 | 00111111101000011100011010100011101101101100101110110110 | 3fa1c6a3b6cbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)