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 | èGJ^ | 11101000010001111000000110001111100011110100101001011110 | e847818f8f4a5e |
SJIS-WIN | ?G???J^ | 00111111010001110011111100111111001111110100101001011110 | 3f473f3f3f4a5e |
EUC-JP | èG???J^ | 100011111010101110110010010001110011111100111111001111110100101001011110 | 8fabb2473f3f3f4a5e |
UTF-8 | èGJ^ | 1100001110101000010001111100001010000001110000101000111111000010100011110100101001011110 | c3a847c281c28fc28f4a5e |
UHC | ?G???J^ | 00111111010001110011111100111111001111110100101001011110 | 3f473f3f3f4a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)