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 | 沮蝎??? | 10011111100111001110010110011001001111110011111100111111 | 9f9ce5993f3f3f |
EUC-JP | 沮蝎??? | 11011101111111001110100111111001001111110011111100111111 | ddfce9f93f3f3f |
UTF-8 | 沮蝎렲렑뤯 | 111001101011001010101110111010001001110110001110111010111010000010110010111010111010000010010001111010111010010010101111 | e6b2aee89d8eeba0b2eba091eba4af |
UHC | 沮蝎렲렑뤯 | 11101110110000011100101011101001100011101011111110001110101001101000111111011101 | eec1cae98ebf8ea68fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)