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?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-WIN | 蜥、W蜥、 | 11100101100100101010010001010111111001011001001010100100 | e592a457e592a4 |
EUC-JP | 蜥、W蜥、 | 111010011111001010001110101001000101011111101001111100101000111010100100 | e9f28ea457e9f28ea4 |
UTF-8 | 蜥、W蜥、 | 11101000100111001010010111101111101111011010010001010111111010001001110010100101111011111011110110100100 | e89ca5efbda457e89ca5efbda4 |
UHC | ??W?? | 0011111100111111010101110011111100111111 | 3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)