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 | 弥檳 | 10010110111011011001111101000110 | 96ed9f46 |
EUC-JP | 弥檳 | 11001100111011111101110110100111 | ccefdda7 |
UTF-8 | 弥檳 | 111001011011110010100101111001101010101010110011 | e5bca5e6aab3 |
UHC | ?檳 | 001111111101111010110001 | 3fdeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)