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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 奠?m | 10011010111110010011111101101101 | 9af93f6d |
EUC-JP | 奠?m | 11010100111110110011111101101101 | d4fb3f6d |
UTF-8 | 奠렍m | 11100101101001011010000011101011101000001000110101101101 | e5a5a0eba08d6d |
UHC | 奠렍m | 1110111011110101100011101010001101101101 | eef58ea36d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)