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 | 驟檎裸 | 111010011000010110001100111001111001011110000111 | e9858ce79787 |
EUC-JP | 驟檎裸 | 111100011110010110111000111010011100110111100111 | f1e5b8e9cde7 |
UTF-8 | 驟檎裸 | 111010011010100110011111111001101010101010001110111010001010001110111000 | e9a99fe6aa8ee8a3b8 |
UHC | 驟檎裸 | 111101101010111011010000110101011101010110100011 | f6aed0d5d5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)