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 | 蕚瀏 | 11100100110101001110000001100111 | e4d4e067 |
EUC-JP | 蕚瀏 | 11101000110101101101111111001000 | e8d6dfc8 |
UTF-8 | 蕚瀏 | 111010001001010110011010111001111000000010001111 | e8959ae7808f |
UHC | ?瀏 | 001111111101011110110111 | 3fd7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)