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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | 岺F | 111110101010110101000110 | faad46 |
EUC-JP | 岺F | 10001111101110111011100001000110 | 8fbbb846 |
UTF-8 | 岺F | 11100101101100101011101001000110 | e5b2ba46 |
UHC | 岺F | 110101101011100101000110 | d6b946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)