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 | 曠^ | 10011110010001001000000101001111 | 9e44814f |
EUC-JP | 曠^ | 11011011101001011010000110110000 | dba5a1b0 |
UTF-8 | 曠^ | 111001101001101110100000111011111011110010111110 | e69ba0efbcbe |
UHC | 曠^ | 11001110110001111010001111011110 | cec7a3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)