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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 荏儡?^ | 100010010110000010011001010100110011111101011110 | 896099533f5e |
EUC-JP | 荏儡?^ | 101100011100000111010001101101000011111101011110 | b1c1d1b43f5e |
UTF-8 | 荏儡륵^ | 11101000100011011000111111100101100001001010000111101011101001011011010101011110 | e88d8fe584a1eba5b55e |
UHC | 荏儡륵^ | 11101100111110111101011011101101101110001010010001011110 | ecfbd6edb8a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)