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çfGçhçfR | 11100111011010001110011101100110010001111110011101101000111001110110011001010010 | e768e76647e768e76652 |
SJIS-WIN | ?h?fG?h?fR | 00111111011010000011111101100110010001110011111101101000001111110110011001010010 | 3f683f66473f683f6652 |
EUC-JP | çhçfGçhçfR | 100011111010101110101110011010001000111110101011101011100110011001000111100011111010101110101110011010001000111110101011101011100110011001010010 | 8fabae688fabae66478fabae688fabae6652 |
UTF-8 | çhçfGçhçfR | 1100001110100111011010001100001110100111011001100100011111000011101001110110100011000011101001110110011001010010 | c3a768c3a76647c3a768c3a76652 |
UHC | ?h?fG?h?fR | 00111111011010000011111101100110010001110011111101101000001111110110011001010010 | 3f683f66473f683f6652 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)