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 | 曠漱》 | 100111100100010010011111111110011000000101110100 | 9e449ff98174 |
EUC-JP | 曠漱》 | 110110111010010111011110111110111010000111010101 | dba5defba1d5 |
UTF-8 | 曠漱》 | 111001101001101110100000111001101011110010110001111000111000000010001011 | e69ba0e6bcb1e3808b |
UHC | 曠漱》 | 110011101100011111100010101010111010000110110111 | cec7e2aba1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)