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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 巖鍜h | 1001101111011100111010000100011101101000 | 9bdce84768 |
EUC-JP | 巖鍜h | 1101011011011110111011111010100001101000 | d6deefa868 |
UTF-8 | 巖鍜h | 11100101101101111001011011101001100011011001110001101000 | e5b796e98d9c68 |
UHC | 巖?h | 11100100110111000011111101101000 | e4dc3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)