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ç} | 111001110110100011100111011001101110011101111101 | e768e766e77d |
SJIS-WIN | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
EUC-JP | çhçfç} | 100011111010101110101110011010001000111110101011101011100110011010001111101010111010111001111101 | 8fabae688fabae668fabae7d |
UTF-8 | çhçfç} | 110000111010011101101000110000111010011101100110110000111010011101111101 | c3a768c3a766c3a77d |
UHC | ?h?f?} | 001111110110100000111111011001100011111101111101 | 3f683f663f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)