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çh}çhçh{^ | 1110011101101000111001110110100001111101111001110110100011100111011010000111101101011110 | e768e7687de768e7687b5e |
SJIS-WIN | ?h?h}?h?h{^ | 0011111101101000001111110110100001111101001111110110100000111111011010000111101101011110 | 3f683f687d3f683f687b5e |
EUC-JP | çhçh}çhçh{^ | 10001111101010111010111001101000100011111010101110101110011010000111110110001111101010111010111001101000100011111010101110101110011010000111101101011110 | 8fabae688fabae687d8fabae688fabae687b5e |
UTF-8 | çhçh}çhçh{^ | 110000111010011101101000110000111010011101101000011111011100001110100111011010001100001110100111011010000111101101011110 | c3a768c3a7687dc3a768c3a7687b5e |
UHC | ?h?h}?h?h{^ | 0011111101101000001111110110100001111101001111110110100000111111011010000111101101011110 | 3f683f687d3f683f687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)