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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陌幎泯 | 111010001001100110011011111010111001111110100001 | e8999beb9fa1 |
EUC-JP | 陌幎泯 | 111011111111100111010110111011011101111010100011 | eff9d6eddea3 |
UTF-8 | 陌幎泯 | 111010011001100110001100111001011011100110001110111001101011001110101111 | e9998ce5b98ee6b3af |
UHC | 陌?泯 | 1101100011101000001111111101101011000110 | d8e83fdac6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)