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 | ??UW??Uz | 0011111100111111010101010101011100111111001111110101010101111010 | 3f3f55573f3f557a |
SJIS-WIN | 嶸キUW嶸キUz | 11111010101101001011011101010101010101111111101010110100101101110101010101111010 | fab4b75557fab4b7557a |
EUC-JP | 嶸キUW嶸キUz | 1000111110111011111101001000111010110111010101010101011110001111101110111111010010001110101101110101010101111010 | 8fbbf48eb755578fbbf48eb7557a |
UTF-8 | 嶸キUW嶸キUz | 11100101101101101011100011101111101111011011011101010101010101111110010110110110101110001110111110111101101101110101010101111010 | e5b6b8efbdb75557e5b6b8efbdb7557a |
UHC | 嶸?UW嶸?Uz | 11100111101011100011111101010101010101111110011110101110001111110101010101111010 | e7ae3f5557e7ae3f557a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)