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[^ | 11101000010001111000000110001111100011110101101101011110 | e847818f8f5b5e |
SJIS-WIN | ?G???[^ | 00111111010001110011111100111111001111110101101101011110 | 3f473f3f3f5b5e |
EUC-JP | èG???[^ | 100011111010101110110010010001110011111100111111001111110101101101011110 | 8fabb2473f3f3f5b5e |
UTF-8 | èG[^ | 1100001110101000010001111100001010000001110000101000111111000010100011110101101101011110 | c3a847c281c28fc28f5b5e |
UHC | ?G???[^ | 00111111010001110011111100111111001111110101101101011110 | 3f473f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)