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 | 蝟顔料^ | 11100101100101101000101011100111100101111011111101011110 | e5968ae797bf5e |
EUC-JP | 蝟顔料^ | 11101001111101101011010011101001110011101100000101011110 | e9f6b4e9cec15e |
UTF-8 | 蝟顔料^ | 11101000100111011001111111101001101000011001010011100110100101101001100101011110 | e89d9fe9a194e696995e |
UHC | 蝟顔料^ | 11101010110110101110010011010100110101101111100101011110 | eadae4d4d6f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)