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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 柴紗蒿症 | 1000111011000100100011101101000111100100111001001000111111000111 | 8ec48ed1e4e48fc7 |
EUC-JP | 柴紗蒿症 | 1011110011000110101111001101001111101000111001101011111011001001 | bcc6bcd3e8e6bec9 |
UTF-8 | 柴紗蒿症 | 111001101001111110110100111001111011010010010111111010001001001010111111111001111001011110000111 | e69fb4e7b497e892bfe79787 |
UHC | 柴紗蒿症 | 1110001111000011110111101110100111111011110110101111000111111000 | e3c3dee9fbdaf1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)