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 | è\ç\ | 111010000101110010001000111001111000110001011100 | e85c88e78c5c |
SJIS-WIN | ?\???\ | 001111110101110000111111001111110011111101011100 | 3f5c3f3f3f5c |
EUC-JP | è\?ç?\ | 10001111101010111011001001011100001111111000111110101011101011100011111101011100 | 8fabb25c3f8fabae3f5c |
UTF-8 | è\ç\ | 11000011101010000101110011000010100010001100001110100111110000101000110001011100 | c3a85cc288c3a7c28c5c |
UHC | ?\???\ | 001111110101110000111111001111110011111101011100 | 3f5c3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)