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 | 蒔爾 | 10001110101010101000111010100010 | 8eaa8ea2 |
EUC-JP | 蒔爾 | 10111100101011001011110010100100 | bcacbca4 |
UTF-8 | 蒔爾 | 111010001001001010010100111001111000100010111110 | e89294e788be |
UHC | 蒔爾 | 11100011110010001110110010110011 | e3c8ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)