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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ツシテゥhツシ | 11000010101111001100001110101001011010001100001010111100 | c2bcc3a968c2bc |
EUC-JP | ツシテゥhツシ | 10001110110000101000111010111100100011101100001110001110101010010110100010001110110000101000111010111100 | 8ec28ebc8ec38ea9688ec28ebc |
UTF-8 | ツシテゥhツシ | 11101111101111101000001011101111101111011011110011101111101111101000001111101111101111011010100101101000111011111011111010000010111011111011110110111100 | efbe82efbdbcefbe83efbda968efbe82efbdbc |
UHC | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)