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 | ?η | 001111111000001111000101 | 3f83c5 |
EUC-JP | ?η | 001111111010011011000111 | 3fa6c7 |
UTF-8 | 귤η | 1110101010110111101001001100111010110111 | eab7a4ceb7 |
UHC | 귤η | 10110001110101101010010111100111 | b1d6a5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)