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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 粮噛ゥh | 11100010111011001000101010011010100000110100010001101000 | e2ec8a9a834468 |
EUC-JP | 粮噛ゥh | 11100100111011101011001111111010101001011010010101101000 | e4eeb3faa5a568 |
UTF-8 | 粮噛ゥh | 11100111101100101010111011100101100110011001101111100011100000101010010101101000 | e7b2aee5999be382a568 |
UHC | 粮?ゥh | 110101011101101100111111101010111010010101101000 | d5db3faba568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)