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 | 曠藪 | 10011110010001001110010101001101 | 9e44e54d |
EUC-JP | 曠藪 | 11011011101001011110100110101110 | dba5e9ae |
UTF-8 | 曠藪 | 111001101001101110100000111010001001011110101010 | e69ba0e897aa |
UHC | 曠藪 | 11001110110001111110001010111111 | cec7e2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)