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 | ?^kF | 00111111010111100110101101000110 | 3f5e6b46 |
SJIS-WIN | 奪^kF | 1001001001000100010111100110101101000110 | 92445e6b46 |
EUC-JP | 奪^kF | 1100001110100101010111100110101101000110 | c3a55e6b46 |
UTF-8 | 奪^kF | 111001011010010110101010010111100110101101000110 | e5a5aa5e6b46 |
UHC | 奪^kF | 1111011110101100010111100110101101000110 | f7ac5e6b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)