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 | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 蜥、蜩コW | 11100101100100101010010011100101100100111011101001010111 | e592a4e593ba57 |
EUC-JP | 蜥、蜩コW | 111010011111001010001110101001001110100111110011100011101011101001010111 | e9f28ea4e9f38eba57 |
UTF-8 | 蜥、蜩コW | 11101000100111001010010111101111101111011010010011101000100111001010100111101111101111011011101001010111 | e89ca5efbda4e89ca9efbdba57 |
UHC | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)