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 | 001111110110101101000110 | 3f6b46 |
SJIS-WIN | 帙kF | 10011011111000110110101101000110 | 9be36b46 |
EUC-JP | 帙kF | 11010110111001010110101101000110 | d6e56b46 |
UTF-8 | 帙kF | 1110010110111000100110010110101101000110 | e5b8996b46 |
UHC | 帙kF | 11110010111011010110101101000110 | f2ed6b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)