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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 柴紗蒿症テ | 100011101100010010001110110100011110010011100100100011111100011111000011 | 8ec48ed1e4e48fc7c3 |
EUC-JP | 柴紗蒿症テ | 10111100110001101011110011010011111010001110011010111110110010011000111011000011 | bcc6bcd3e8e6bec98ec3 |
UTF-8 | 柴紗蒿症テ | 111001101001111110110100111001111011010010010111111010001001001010111111111001111001011110000111111011111011111010000011 | e69fb4e7b497e892bfe79787efbe83 |
UHC | 柴紗蒿症? | 111000111100001111011110111010011111101111011010111100011111100000111111 | e3c3dee9fbdaf1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)