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 | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-WIN | 嶢?W嶢 | 100110111101000000111111010101111001101111010000 | 9bd03f579bd0 |
EUC-JP | 嶢?W嶢 | 110101101101001000111111010101111101011011010010 | d6d23f57d6d2 |
UTF-8 | 嶢렎W嶢 | 11100101101101101010001011101011101000001000111001010111111001011011011010100010 | e5b6a2eba08e57e5b6a2 |
UHC | 嶢렎W嶢 | 11101000111100101000111010100100010101111110100011110010 | e8f28ea457e8f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)