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 | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | 曖??M | 1001111001000010001111110011111101001101 | 9e423f3f4d |
EUC-JP | 曖??M | 1101101110100011001111110011111101001101 | dba33f3f4d |
UTF-8 | 曖뤷뵺M | 11100110100110111001011011101011101001001011011111101011101101011011101001001101 | e69b96eba4b7ebb5ba4d |
UHC | 曖뤷뵺M | 11100100111100101000111111100101100101001011100001001101 | e4f28fe594b84d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)