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 | 11111011010101010011111101001101 | fb553f4d |
EUC-JP | 煜?M | 1000111111001001111111000011111101001101 | 8fc9fc3f4d |
UTF-8 | 煜렎M | 11100111100001011001110011101011101000001000111001001101 | e7859ceba08e4d |
UHC | 煜렎M | 1110100111110010100011101010010001001101 | e9f28ea44d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)