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 | èGB] | 11101000010001111000000110001111100011110100001001011101 | e847818f8f425d |
SJIS-WIN | ?G???B] | 00111111010001110011111100111111001111110100001001011101 | 3f473f3f3f425d |
EUC-JP | èG???B] | 100011111010101110110010010001110011111100111111001111110100001001011101 | 8fabb2473f3f3f425d |
UTF-8 | èGB] | 1100001110101000010001111100001010000001110000101000111111000010100011110100001001011101 | c3a847c281c28fc28f425d |
UHC | ?G???B] | 00111111010001110011111100111111001111110100001001011101 | 3f473f3f3f425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)