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 | 爾畔 | 10001110101000101001010011001000 | 8ea294c8 |
EUC-JP | 爾畔 | 10111100101001001100100011001010 | bca4c8ca |
UTF-8 | 爾畔 | 111001111000100010111110111001111001010110010100 | e788bee79594 |
UHC | 爾畔 | 11101100101100111101101011101101 | ecb3daed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)