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 | 1000101001001110001111110100110101000110 | 8a4e3f4d46 |
EUC-JP | 劾?MF | 1011001110101111001111110100110101000110 | b3af3f4d46 |
UTF-8 | 劾렟MF | 1110010110001010101111101110101110100000100111110100110101000110 | e58abeeba09f4d46 |
UHC | 劾렟MF | 111110101011011010001110101100000100110101000110 | fab68eb04d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)