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 | 錏妲 | 11100111111110011001101101000110 | e7f99b46 |
EUC-JP | 錏妲 | 11101110111110111101010110100111 | eefbd5a7 |
UTF-8 | 錏妲 | 111010011000110010001111111001011010011010110010 | e98c8fe5a6b2 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)