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 | 萓蓖 | 11100100101111101110010011101101 | e4bee4ed |
EUC-JP | 萓蓖 | 11101000110000001110100011101111 | e8c0e8ef |
UTF-8 | 萓蓖 | 111010001001000010010011111010001001001110010110 | e89093e89396 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)