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 | 蝴蝎??? | 11100101100110101110010110011001001111110011111100111111 | e59ae5993f3f3f |
EUC-JP | 蝴蝎??? | 11101001111110101110100111111001001111110011111100111111 | e9fae9f93f3f3f |
UTF-8 | 蝴蝎렲렑뤯 | 111010001001110110110100111010001001110110001110111010111010000010110010111010111010000010010001111010111010010010101111 | e89db4e89d8eeba0b2eba091eba4af |
UHC | 蝴蝎렲렑뤯 | 11111011110111011100101011101001100011101011111110001110101001101000111111011101 | fbddcae98ebf8ea68fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)