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 | 00111111001111110101110001101000 | 3f3f5c68 |
SJIS-WIN | フヲ\h | 11001100101001100101110001101000 | cca65c68 |
EUC-JP | フヲ\h | 100011101100110010001110101001100101110001101000 | 8ecc8ea65c68 |
UTF-8 | フヲ\h | 1110111110111110100011001110111110111101101001100101110001101000 | efbe8cefbda65c68 |
UHC | ??\h | 00111111001111110101110001101000 | 3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)