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çf | 111001110110100011100111011001101001110010000110 | e768e7669c86 |
SJIS-WIN | ?h?f?? | 001111110110100000111111011001100011111100111111 | 3f683f663f3f |
EUC-JP | çhçf?? | 10001111101010111010111001101000100011111010101110101110011001100011111100111111 | 8fabae688fabae663f3f |
UTF-8 | çhçf | 11000011101001110110100011000011101001110110011011000010100111001100001010000110 | c3a768c3a766c29cc286 |
UHC | ?h?f?? | 001111110110100000111111011001100011111100111111 | 3f683f663f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)