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 | ???e? | 0011111100111111001111110110010100111111 | 3f3f3f653f |
SJIS-WIN | 塢??e塢 | 10011010110001110011111100111111011001011001101011000111 | 9ac73f3f659ac7 |
EUC-JP | 塢??e塢 | 11010100110010010011111100111111011001011101010011001001 | d4c93f3f65d4c9 |
UTF-8 | 塢뽳쉘e塢 | 11100101101000011010001011101011101111011011001111101100100010011001100001100101111001011010000110100010 | e5a1a2ebbdb3ec899865e5a1a2 |
UHC | 塢뽳쉘e塢 | 111001111111000110010110111011111011110110101001011001011110011111110001 | e7f196efbda965e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)