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 | 曠漱} | 100111100100010010011111111110011000000101110000 | 9e449ff98170 |
EUC-JP | 曠漱} | 110110111010010111011110111110111010000111010001 | dba5defba1d1 |
UTF-8 | 曠漱} | 111001101001101110100000111001101011110010110001111011111011110110011101 | e69ba0e6bcb1efbd9d |
UHC | 曠漱} | 110011101100011111100010101010111010001111111101 | cec7e2aba3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)