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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 柴紗蒿症テⅲ | 1000111011000100100011101101000111100100111001001000111111000111110000111111101001000010 | 8ec48ed1e4e48fc7c3fa42 |
EUC-JP | 柴紗蒿症テ? | 1011110011000110101111001101001111101000111001101011111011001001100011101100001100111111 | bcc6bcd3e8e6bec98ec33f |
UTF-8 | 柴紗蒿症テⅲ | 111001101001111110110100111001111011010010010111111010001001001010111111111001111001011110000111111011111011111010000011111000101000010110110010 | e69fb4e7b497e892bfe79787efbe83e285b2 |
UHC | 柴紗蒿症?ⅲ | 1110001111000011110111101110100111111011110110101111000111111000001111111010010110100011 | e3c3dee9fbdaf1f83fa5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)