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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 曠譁 | 10011110010001001110011010010110 | 9e44e696 |
EUC-JP | 曠譁 | 11011011101001011110101111110110 | dba5ebf6 |
UTF-8 | 曠譁 | 111001101001101110100000111010001010110110000001 | e69ba0e8ad81 |
UHC | 曠譁 | 11001110110001111111110010100110 | cec7fca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)