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魍 | 111001011001001010100100010101111110100110110001 | e592a457e9b1 |
EUC-JP | 蜥、W魍 | 11101001111100101000111010100100010101111111001010110011 | e9f28ea457f2b3 |
UTF-8 | 蜥、W魍 | 11101000100111001010010111101111101111011010010001010111111010011010110110001101 | e89ca5efbda457e9ad8d |
UHC | ??W? | 00111111001111110101011100111111 | 3f3f573f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)