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 | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | 澈識M | 1111101101001011100011101010111101001101 | fb4b8eaf4d |
EUC-JP | 澈識M | 100011111100100011100101101111001011000101001101 | 8fc8e5bcb14d |
UTF-8 | 澈識M | 11100110101111101000100011101000101011011001100001001101 | e6be88e8ad984d |
UHC | 澈識M | 1111010011001101111000111101101101001101 | f4cde3db4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)