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çfE | 111001110110100011100111011001101001110010000110100111001000011001000101 | e768e7669c869c8645 |
SJIS-WIN | ?h?f????E | 001111110110100000111111011001100011111100111111001111110011111101000101 | 3f683f663f3f3f3f45 |
EUC-JP | çhçf????E | 10001111101010111010111001101000100011111010101110101110011001100011111100111111001111110011111101000101 | 8fabae688fabae663f3f3f3f45 |
UTF-8 | çhçfE | 110000111010011101101000110000111010011101100110110000101001110011000010100001101100001010011100110000101000011001000101 | c3a768c3a766c29cc286c29cc28645 |
UHC | ?h?f????E | 001111110110100000111111011001100011111100111111001111110011111101000101 | 3f683f663f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)