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 | 1110100010001110101101010100110101000110 | e88eb54d46 |
EUC-JP | 闔オMF | 111011111110111010001110101101010100110101000110 | efee8eb54d46 |
UTF-8 | 闔オMF | 1110100110010111100101001110111110111101101101010100110101000110 | e99794efbdb54d46 |
UHC | 闔?MF | 1111100111101111001111110100110101000110 | f9ef3f4d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)