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?W?W?W | 0011111101010111001111110101011100111111010101110011111101010111 | 3f573f573f573f57 |
SJIS-WIN | ?W?W?W?W | 0011111101010111001111110101011100111111010101110011111101010111 | 3f573f573f573f57 |
EUC-JP | ?W?W?W?W | 0011111101010111001111110101011100111111010101110011111101010111 | 3f573f573f573f57 |
UTF-8 | 묧W묧W묧W묧W | 11101011101011001010011101010111111010111010110010100111010101111110101110101100101001110101011111101011101011001010011101010111 | ebaca757ebaca757ebaca757ebaca757 |
UHC | 묧W묧W묧W묧W | 100100011111111001010111100100011111111001010111100100011111111001010111100100011111111001010111 | 91fe5791fe5791fe5791fe57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)