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 | 油皎 | 10010110111110111110000110100111 | 96fbe1a7 |
EUC-JP | 油皎 | 11001100111111011110001010101001 | ccfde2a9 |
UTF-8 | 油皎 | 111001101011001010111001111001111001101010001110 | e6b2b9e79a8e |
UHC | 油皎 | 11101010111110101100111011101011 | eafaceeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)