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 | ??MF | 00111111001111110100110101000110 | 3f3f4d46 |
SJIS-WIN | 盖獺MF | 111000011011001111100000110110100100110101000110 | e1b3e0da4d46 |
EUC-JP | 盖獺MF | 111000101011010111100000110111000100110101000110 | e2b5e0dc4d46 |
UTF-8 | 盖獺MF | 1110011110011011100101101110011110001101101110100100110101000110 | e79b96e78dba4d46 |
UHC | 盖獺MF | 110010111100110011010011101101110100110101000110 | cbccd3b74d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)