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 | 1110000011010110001111110100110101000110 | e0d63f4d46 |
EUC-JP | 獰?MF | 1110000011011000001111110100110101000110 | e0d83f4d46 |
UTF-8 | 獰얬MF | 1110011110001101101100001110110010010110101011000100110101000110 | e78db0ec96ac4d46 |
UHC | 獰얬MF | 111001111011111010011110010100100100110101000110 | e7be9e524d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)