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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 慂щ?h | 100111001100100010000100100010110011111101101000 | 9cc8848b3f68 |
EUC-JP | 慂щ?h | 110110001100101010100111111010110011111101101000 | d8caa7eb3f68 |
UTF-8 | 慂щ쿁h | 111001101000010110000010110100011000100111101100101111111000000101101000 | e68582d189ecbf8168 |
UHC | 慂щ쿁h | 11101001101111011010110011101011101100101001011101101000 | e9bdacebb29768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)