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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 啼?^ | 10011010011001010011111101011110 | 9a653f5e |
EUC-JP | 啼?^ | 11010011110001100011111101011110 | d3c63f5e |
UTF-8 | 啼렮^ | 11100101100101011011110011101011101000001010111001011110 | e595bceba0ae5e |
UHC | 啼렮^ | 1111000010100110100011101011101101011110 | f0a68ebb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)