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 | 曠甄 | 10011110010001001110000101001010 | 9e44e14a |
EUC-JP | 曠甄 | 11011011101001011110000110101011 | dba5e1ab |
UTF-8 | 曠甄 | 111001101001101110100000111001111001010010000100 | e69ba0e79484 |
UHC | 曠甄 | 11001110110001111100110010110100 | cec7ccb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)