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?hB | 0011111101101000001111110110100001000010 | 3f683f6842 |
SJIS-WIN | 但h但hB | 10010010010000010110100010010010010000010110100001000010 | 92416892416842 |
EUC-JP | 但h但hB | 11000011101000100110100011000011101000100110100001000010 | c3a268c3a26842 |
UTF-8 | 但h但hB | 111001001011110110000110011010001110010010111101100001100110100001000010 | e4bd8668e4bd866842 |
UHC | 但h但hB | 11010011101000110110100011010011101000110110100001000010 | d3a368d3a36842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)