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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 霑ケ陂 | 1110100010111111101110011110100010011000 | e8bfb9e898 |
EUC-JP | 霑ケ陂 | 111100001100000110001110101110011110111111111000 | f0c18eb9eff8 |
UTF-8 | 霑ケ陂 | 111010011001110010010001111011111011110110111001111010011001100110000010 | e99c91efbdb9e99982 |
UHC | 霑?陂 | 1110111111000101001111111111100110101110 | efc53ff9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)