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ç± | 111001111011000110010110011010001110011110110001 | e7b19668e7b1 |
SJIS-WIN | ?±?h?± | 0011111110000001011111010011111101101000001111111000000101111101 | 3f817d3f683f817d |
EUC-JP | ç±?hç± | 100011111010101110101110101000011101111000111111011010001000111110101011101011101010000111011110 | 8fabaea1de3f688fabaea1de |
UTF-8 | ç±hç± | 1100001110100111110000101011000111000010100101100110100011000011101001111100001010110001 | c3a7c2b1c29668c3a7c2b1 |
UHC | ?±?h?± | 0011111110100001101111100011111101101000001111111010000110111110 | 3fa1be3f683fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)