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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 睥昭睥昭^ | 111000011100110010001111101110101110000111001100100011111011101001011110 | e1cc8fbae1cc8fba5e |
EUC-JP | 睥昭睥昭^ | 111000101100111010111110101111001110001011001110101111101011110001011110 | e2cebebce2cebebc5e |
UTF-8 | 睥昭睥昭^ | 11100111100111011010010111100110100110001010110111100111100111011010010111100110100110001010110101011110 | e79da5e698ade79da5e698ad5e |
UHC | ?昭?昭^ | 00111111111000011011100100111111111000011011100101011110 | 3fe1b93fe1b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)