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 | ç±èG | 11100111100011111011000111101000100100001001001101000111 | e78fb1e8909347 |
SJIS-WIN | ??±???G | 0011111100111111100000010111110100111111001111110011111101000111 | 3f3f817d3f3f3f47 |
EUC-JP | ç?±è??G | 100011111010101110101110001111111010000111011110100011111010101110110010001111110011111101000111 | 8fabae3fa1de8fabb23f3f47 |
UTF-8 | ç±èG | 11000011101001111100001010001111110000101011000111000011101010001100001010010000110000101001001101000111 | c3a7c28fc2b1c3a8c290c29347 |
UHC | ??±???G | 0011111100111111101000011011111000111111001111110011111101000111 | 3f3fa1be3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)