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 | écAB | 11101001011000111000000110011011100011110100000101000010 | e963819b8f4142 |
SJIS-WIN | ?c???AB | 00111111011000110011111100111111001111110100000101000010 | 3f633f3f3f4142 |
EUC-JP | éc???AB | 100011111010101110110001011000110011111100111111001111110100000101000010 | 8fabb1633f3f3f4142 |
UTF-8 | écAB | 1100001110101001011000111100001010000001110000101001101111000010100011110100000101000010 | c3a963c281c29bc28f4142 |
UHC | ?c???AB | 00111111011000110011111100111111001111110100000101000010 | 3f633f3f3f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)