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 | éé`à | 111010011001101111101001011000001110000010001101 | e99be960e08d |
SJIS-WIN | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
EUC-JP | é?é`à? | 100011111010101110110001001111111000111110101011101100010110000010001111101010111010001000111111 | 8fabb13f8fabb1608faba23f |
UTF-8 | éé`à | 1100001110101001110000101001101111000011101010010110000011000011101000001100001010001101 | c3a9c29bc3a960c3a0c28d |
UHC | ???`?? | 001111110011111100111111011000000011111100111111 | 3f3f3f603f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)