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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 映?h | 10001001011001100011111101101000 | 89663f68 |
EUC-JP | 映?h | 10110001110001110011111101101000 | b1c73f68 |
UTF-8 | 映뻲h | 11100110100110001010000011101011101110111011001001101000 | e698a0ebbbb268 |
UHC | 映뻲h | 1110011110110001100101100111011101101000 | e7b1967768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)